Skip to content

v0.9.0

Compare
Choose a tag to compare
@jamarino jamarino released this 04 Jan 18:56
· 23 commits to main since this release
d0d9156
  • Fixed potential integer overflow issue when querying trees with more than 1 billion intervals
  • Added recursion limits to prevent stack overflows when trees are misused without proper thread safety in concurrent scenarios
  • Added build locks to protect consumers who forget to RTFM thread safety section
  • Added Clear() method to allow reuse of allocated trees