☔️ A complete Go cache library that brings you multiple ways of managing your caches
This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides a suite of tools for general algorithm implementation, including data structure management, graph theory analysis, and string processing. The library is distinguished by its specialized toolkits for cryptographic hashing and encoding, featuring implementations of MD5, SHA-1, and Base64. It also includes advanced capabilities for high-performance string processing via suffix trees and arrays, as well as computational number theory for primality testing and arbitrary-precision
A common lisp library to unify access to common dictionary-like data-structures
A thread safe map which has expiring key-value pairs.
Las características principales de zekrotja/timedmap son: Caching Libraries, Data Structures.
Las alternativas de código abierto para zekrotja/timedmap incluyen: eko/gocache — ☔️ A complete Go cache library that brings you multiple ways of managing your caches. orlovevgeny/go-mcache — high performance in-memory cache. xtaci/algorithms — This is a collection of classical algorithms and data structures implemented as a header-only C++ library. It provides… accelerationnet/access — A common lisp library to unify access to common dictionary-like data-structures. agnivade/levenshtein — Go implementation to calculate Levenshtein Distance. agext/levenshtein — Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.