Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Bucket-Storage (STL-comaptible)

  • Insertion, deletion, and iterator traversal are guaranteed to have constant time complexity O(1).
  • Pointers and iterators to stored elements remain valid throughout the object's lifetime, regardless of insertions or deletions of other elements.
  • Bidirectional iterators are supported.

About

The container is designed for scenarios with frequent insertions and deletions while maintaining stable element addresses in memory.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages