Click any tag below to further narrow down your results
Links
Travels is a lightweight library for implementing undo and redo functionality in applications. It only stores the differences between states, making it memory-efficient and faster than traditional systems. It works with various frameworks and is easy to integrate.
Chonkie is a lightweight and efficient chunking library designed to quickly process texts for retrieval-augmented generation (RAG) applications. It offers over 32 integrations with various tools and supports multiple chunking methods, making it easy to embed and ship texts directly to vector databases. With its fast performance and minimal overhead, Chonkie is suitable for developers seeking a straightforward solution for text chunking.
hyperpb is a new high-performance Protobuf library for Go that implements many optimizations from UPB while addressing the unique challenges of Go's runtime. It leverages a dynamic table-driven parsing approach to improve performance and reduce instruction cache issues associated with traditional Protobuf parsers. The library's API allows for efficient message handling and compilation, making it faster than existing Go Protobuf solutions.