tower120

Results 30 issues of tower120

I have need in `overflowing_shl`. Is there a reason, why there is no trait for it? P.S. Well, actually I need something like `saturating_shl`, but since there is no such...

enhancement

Having Linear power-of-two mem_config would allow to use cheap bit shifts instead of divisions and modulos. Thou I tested code from Linear as-is with POT capacity, and it seems that...

There is only `static_vector::erase(iterator)`. It lacks `static_vector::erase(iterator, iterator)` https://en.cppreference.com/w/cpp/container/vector/erase

Why there is no immutable access to RawTable both in HashMap and HashSet? For example, I want to emulate absent `HashSet::raw_entry().from_hash...` with `HashSet::raw_table().get()` but there is only mutable access to...

somewhat like truncate_front but for readers. encode in ChunkState special code for reader to switch to isolator_chunk (size=0, always return None). Also change Event to null, and decrease EventQueue reader...

But is that needed?