Bookmarks with tag "algorithms", page 1 of 3
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.
Optimization isn't always about multi-threading and optimizing hardware utilization. in fact, most performance work is about simply doing less
A better way to prepare for coding interviews.
Fractional indexing in Golang. Useful for solving the user-defined order of items in a list problem.
Master programming by recreating your favorite technologies from scratch.