200 results for “topic:skiplist”
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
Fast and easy-to-use skip list for Go.
Go library for protobuf compatible sstables, a skiplist, a recordio format and other database building blocks like a write-ahead log. Ships now with an embedded key-value store.
Multipurpose C library and persistent key/value storage
C library of key-value data structures.
A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist
A fast, threadsafe skip list in Go
skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.
🍀 c++ standalone header-only basic library. || c++头文件实现无第三方依赖基础库
skip list with rank, code less than z_set in redis
High-Performance C++ Data System
Probably the best implementation for SkipList written by C++
Log-Structured Merge Tree Java implementation
Skiplist implementation in rust
Learning-oriented Simple Relational Database Management System in Golang
一套高性能的、纯内存撮合的数字货币交易所撮合系统。
A lock-free thread-safe concurrent SkipMap implementation based on ARENA skiplist which helps develop MVCC memtable for LSM-Tree.
A class library implementing probabilistic data structures in .NET
A comparison of skip lists written in Go
advanced data structure in Pascal, include B-Tree,B+-Tree,B*-Tree,T-Tree,HashMap,priority queue,red-black-Tree,AVL-tree,Quad-Tree,SkipList,Sortable Single Linklist,Sort Function,LockFreeQueue,nth_element,M-tree,PDQSort
A C++ skip list with Python bindings. This can be used to calculate a rolling median - fast!
A Concurrent data structure is a particular way of storing and organizing data for access by multiple computing threads (or processes) on a computer.
A Java implementation of skip list 跳表的Java语言实现
Pure python implementation of a skiplist data structure
基于内存的高性能数字货币交易所撮合引擎核心
A sorted collection library (sorted sets and sorted maps) for Zig
go patterns
Fast AVL Trees & WAVL Trees in Java
快写完了....支持泛型的数据结构库(vec, linkedlist, skiplist, hashtable, btree, avltree, rbtree, trie, set