Skip to content

kylevedder/RadixHeap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadixHeap

Fast, simple RadixHeap with update-able weights.

Provides test providing performance benchmarks versus the std::priority_queue.

Benchmarks on Intel Core i7-7820HQ CPU @ 3.9GHz:

Custom push time delta: 0.00218115
STL push time delta: 0.00189612
Custom read time delta: 0.0133945
STL read time delta: 0.00855569

About

Fast, Simple RadixHeap with update-able weights.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published