wvwwvwwv / scalable-concurrent-containers

High performance containers and utilities for concurrent and asynchronous programming
Apache License 2.0
306 stars 15 forks source link

Out-of-memory handling #89

Closed wvwwvwwv closed 4 weeks ago

wvwwvwwv commented 1 year ago

::{insert, upsert, with_capacity*}, entry::insert_entry must return Result<T, E> where E: From<AllocError>.