Bookmarks with tag "algorithms", page 1 of 3
A Conflict-free Replicated Data Type (CRDT) is a data structure that simplifies distributed data storage systems and multi-user applications.
Capture all changes to an application state as a sequence of events
A key encapsulation mechanism (KEM) designed to be resistant to cryptanalytic attacks with future powerful quantum computers.
Quadtrees are trees used to efficiently store data of points on a two-dimensional space
Makes it easy for you to discover everything you need to know about refactoring, design patterns, SOLID principles, and other smart programming topics.
The better UUID
A fast entity component system (ECS) for C & C++
Matrix multiplication optimization
Elastic-Quality Full Text Search Inside Postgres
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.