Tag
An exploration of the components and design decisions behind agent memory libraries, clarifying the gap between cognitive science terminology and engineering implementation.
An engineer created an interactive 680-page book on data structures and algorithms, available online.
The author describes replacing a 3 GB SQLite database with a 10 MB Finite State Transducer (FST) binary to optimize a Finnish-English dictionary tool, achieving a 300x reduction in memory usage while maintaining performance.
Hello Algorithm is an open-source tutorial on algorithms and data structures, featuring animated illustrations and implementations in multiple programming languages, suitable for self-study by beginners.