меньше чем три <3
1.13K subscribers
12.7K photos
577 videos
13 files
1.82K links
Less than three <3
Safe space for lain pfps, femcels, SciADV fans, pilk drinkers, GregTech enjoyers and other cool internet people.

Wiki: https://wiki.lt3.moe
Glasses channel: @lt3_glasses

Also this channel is 18+ cause I post porn from time to time.
Download Telegram
Forwarded from Nero's (Nero-sama ᗜˬᗜ 🇷🇺)
Forwarded from Блог*
#rust #meme про gcc-rust
Forwarded from Блог*
#prog #rust #rustlib

brie-tree - SIMD-optimized B+ Tree implementation that uses integer keys

A fast B+ Tree implementation that uses integer keys.
The API is similar to the standard library's BTreeMap with some significant differences:

* Lookups and insertions are 2-4x faster than BTreeMap.
* BTree can optionally be used as a multi-map and hold duplicate keys.
* Keys must be integer types or convertible to integers via the BTreeKey trait.
* The maximum integer value is reserved for internal use and cannot be used by keys.
* Elements in the tree are ordered by the integer value of the key instead of the Ord implementation of the keys.
* Cursors can be used to seek back-and-forth in the tree while inserting or removing elements.
* Iterators only support forward iteration.
1111