ena
ena copied to clipboard
Add read-only query APIs for `find`, `probe_value`, and `unioned` for Concurrency
Add read-only query APIs with read_ prefix for find, probe_value, and unioned to allow concurrency on modern CPUs for faster read-only workload (even without path-compression) after writing to it.