al8n / orderwal

A generic-purpose, atomic, ordered, zero-copy read, zero-cost (in-place) write, Write-Ahead Log implementation for Rust.
Apache License 2.0
15 stars 1 forks source link

Tracking: `miri` reports memory leak for `crossbeam-epoch`. #4

Open al8n opened 2 months ago

al8n commented 2 months ago

This is another bug that causes cargo miri to fail, I have to add -Zmiri-ignore-leaks for now.