Chriscbr / thinset

A data structure for sparse sets of unsigned integers.
Apache License 2.0
2 stars 1 forks source link

Draft an ARCHITECTURE.md file to explain thinset's design #24

Closed thass0 closed 6 months ago

thass0 commented 7 months ago

Writing down the key design choices behind thinset makes sense to guide further development, and help others understand the library. This is an initial attempt at such an explanation. The "Implementation" section in particular might include some more information in the future.

This document should follow the principles explained in Alex Kladov's post ARCHITECTURE.md.

Chriscbr commented 6 months ago

Let's merge, we can always iterate and improve it :-)