🍀 Golang basic library. || Go语言基础库
-
Updated
Apr 10, 2025 - Go
🍀 Golang basic library. || Go语言基础库
💾 CMU 15-445/645: Intro to Database Systems (Fall 2017). A course on the design and implementation of database management systems.
common golang stuff with full coverage testing. buffer pools, optimized entropy, locking container/list, others
General purpose golang utility functions
Lightweight & Safe (buffer-writer | general object) pool.
🚀 UniConv - High-performance cross-platform C++17 character encoding conversion library. Features LRU cache, zero-allocation error handling, and lock-free buffer pool. Supports 100+ encodings including UTF-8/16/32, GBK, GB2312, and system locales. Built with modern CMake and comprehensive testing.
a pool of byte slice, without the memory fragmentation
Shared byte pool implementation between C and Go(cgo)
Implementing Buffer Pool manager, page eviction and join algorithms in SimpleDB DBMS
Implemented some functionalities for the existing DBMS.
An LSM-tree database with B+ tree indexing, LRU page caching, and Bloom filters
INFORMATION_SCHEMA plugin to aggregate unreferenced page information in the InnoDB Old Sublist
Implementation of a data storage subsystem on disk (buffer pool) and transaction service at the snapshot isolation level.
Add a description, image, and links to the buffer-pool topic page so that developers can more easily learn about it.
To associate your repository with the buffer-pool topic, visit your repo's landing page and select "manage topics."