🍀 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.
General purpose golang utility functions
Lightweight & Safe (buffer-writer | general object) pool.
a pool of byte slice, without the memory fragmentation
Implemented some functionalities for the existing DBMS.
Implementing Buffer Pool manager, page eviction and join algorithms in SimpleDB DBMS
Shared byte pool implementation between C and Go(cgo)
An LSM-tree database with B+ tree indexing, LRU page caching, and Bloom filters
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."