Skip to content

An opinionated ordered map implementation which provides better time complexity than tree map for specific use cases. Some common use cases have been covered, you would only need to implement a comparator. For other specific use cases you would need to override the getPosition function.

Notifications You must be signed in to change notification settings

HashHaran/CustomOrderedMaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

About

An opinionated ordered map implementation which provides better time complexity than tree map for specific use cases. Some common use cases have been covered, you would only need to implement a comparator. For other specific use cases you would need to override the getPosition function.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages