Skip to content

A sparse set is a data structure that allows (at the cost of double the memory for indexes) to do insertion deletion and lookup in O(1) while maintaining a O(n) traversal time where n is the amount of elements in the set.

Notifications You must be signed in to change notification settings

araml/sparse_set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

About

A sparse set is a data structure that allows (at the cost of double the memory for indexes) to do insertion deletion and lookup in O(1) while maintaining a O(n) traversal time where n is the amount of elements in the set.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published