this post was submitted on 30 Jul 2023
10 points (100.0% liked)

Rust

5777 readers
31 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Alonely0@mastodon.social 5 points 1 year ago* (last edited 1 year ago) (1 children)

@Arbitrary I did this a while ago, you might find it useful. It abandons the more traditional vector concept of sequential insert, so that remove() can be implemented. https://github.com/Alonely0/Lariv

[โ€“] Arbitrary@reddthat.com 3 points 1 year ago

Neat work, I'll be sure to take a peek later.