- 广东广州
-
17:38
- 8h ahead
Lists (3)
Sort Name ascending (A-Z)
Stars
I have surveyed the technology and papers of CTR & Recommender System, and implemented 25 common-used models with Pytorch for reusage. (对工业界学术界的CTR推荐调研并实现25个算法模型,2023)
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
Implements a deep pretty printer for Go data structures to aid in debugging
A multilingual command line sentence tokenizer in Golang
🐜🐜🐜 ants is the most powerful and reliable pooling solution for Go.
A library for efficient similarity search and clustering of dense vectors.
An industrial-grade C++ implementation of RAFT consensus algorithm based on brpc, widely used inside Baidu to build highly-available distributed systems.
BTree provides a simple, ordered, in-memory data structure for Go programs.
Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
Vitess is a database clustering system for horizontal scaling of MySQL.
Go HTTP framework with high-performance and strong-extensibility for building micro-services.
LangChain for Go, the easiest way to write LLM-based programs in Go
Go package implementing Bloom filters, used by Milvus and Beego.
Fluentd: Unified Logging Layer (project under CNCF)
My Tech Blog: about Mojo / Rust / Golang / Python / Kotlin / Flutter / VueJS / Blockchain etc.
Go library for IPinfo API (IP geolocation and other types of IP data)
Naive and Basic impl of a kv-storage based on paxos; for https://blog.openacid.com/algo/paxos/