Bookmarks with tag "algorithms", page 2 of 3
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.
Training the car to do self-parking using a genetic algorithm.
Git Commands Explained with Cats.
Python programs, usually short, of considerable difficulty, to perfect particular skills.
Fang-Pen Lin's blog about programming.
Modern email is a patchwork of protocols and extensions. Here is one article to understand them all.