Skip to content

v0.10.2

Latest

Choose a tag to compare

@aaron-ang aaron-ang released this 09 Jun 04:44
· 1 commit to main since this release
5e7af0b

Added

  • optimize funnel throughput paths (#91)
  • add nightly AVX-512 SIMD groups (#77)

Other

  • (elastic) amortized defrag + raise default reserve to 0.45 (#92)
  • (map) deepen RawTable lookup helpers (#87)
  • (funnel) centralize region removal (#89)
  • (elastic) package geometry setup (#86)
  • (arena) unify arena lifecycle guards (#88)
  • (python) centralize adapter policies (#90)
  • (arena) extract LayoutCursor for region offset stamping (#81)
  • name backend type aliases consistently at definition (#83)
  • flatten EntryView into a concrete OccupiedError (#82)
  • drive backend white-box tests through the public shell (#80)
  • (funnel) fold arena builders into FunnelGeometry methods (#79)
  • deepen RawTable resize + scan seams (#78)
  • replace raw pointers with MaybeUninit in arena and funnel modules