Skip to content

Releases: nahratzah/cycle_ptr

Minor bugfix.

09 Sep 10:14
Compare
Choose a tag to compare

Bug fixes:

  • Use correct feature test macro for std::*_hardware_interference_size.

Bugfix

08 Jun 14:02
Compare
Choose a tag to compare
  • Bug fix shared_from_this logic so it is actually callable.

Bugfix

06 Jun 20:01
Compare
Choose a tag to compare
  • bug fix dangling reference returned by delay_gc_impl_::singleton().
  • minor enhancement to generation shifting logic, should (in theory, under specific conditions) have slightly better performance).

Initial release

04 Jun 19:36
Compare
Choose a tag to compare
  • It works! \o/
  • Lots of documentation (because I like documenting things).
  • Way too few test cases, but algorithm seems to work fine.