Register
Log in
Username:
Password:
Projects
News
Forums
Wiki
Library
Mission
handmade.network Library
Data Structures
The various ways of storing data and the opportunities they bring.
Article
Two-stage tables for storing Unicode character properties
★ 0
0
How to efficiently store and access properties of Unicode characters. The technique extends to other problems where sparse or repeating data must be looked up in O(1) time.
When Bloom Filters Don't Bloom
★ 0
0
Blog
Data Structures Part 1: Bulk Data
★ 1
0
Looking at how to to implement common day to day data structures - specifically implementing a "bulk data" data structure.
When Bloom Filters Don't Bloom
★ 0
0
Book
Algorithms and Data Structures
★ 0
0
Classic text on programming by Niklaus Wirth
YouTube Series
Data Structures Playlist
★ 0
0
Concise and visually appealing lectures on data structures by Rob Edwards