How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
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 complete Go cache library that brings you multiple ways of managing your caches
The main features of eko/gocache are: Caching Libraries, Data Structures.
Open-source alternatives to eko/gocache include: orlovevgeny/go-mcache — high performance in-memory cache. zekrotja/timedmap — A thread safe map which has expiring key-value pairs. 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.