Skip to content

smartkiwi/interval_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

interval_calculator

Pure python interval calculations.

2013-07-12 v2.0 - naive implementation (NlogN for substructing N out N intervals). Performance test shows 20x difference for substracting 10 000 out of 10 000 intervals between non itree and itree versions

2011-10 v1.0 - naive implementation (N^2 for substructing N out N intervals)

License

Interval Calculator is licensed under MIT, see MIT-LICENSE.txt.

About

Pure python interval calculations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages