Skip to content

0.4.0: Segmented hash maps, more reliable deferred function invocation in test cases

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gregory-Meyer Gregory-Meyer released this 10 Mar 06:54
· 2 commits to master since this release
cf85f62
  • #14 (note that StripedHashMap was renamed to SegmentedHashMap)
  • map::tests::util::run_deferred (now test_util::run_deferred) allocates memory in addition to flushing the thread-local cache. This seems to reliably force the invocation of all deferred functions.