Skip to content

conradludgate/linked_list_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

45 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A πŸš€πŸ”₯πŸ”₯blazinglyπŸ”₯πŸ”₯πŸš€ fast πŸš€ linked πŸš€ list

ToπŸ”₯beπŸš€blazinglyπŸš€fastπŸ”₯thisπŸ”₯crateπŸš€containsπŸ”₯speedπŸš€forπŸš€extraπŸš€perfπŸš€.

Benchmarks

List Inserting 10000 elements Walking through 200 elements
std::collections::LinkedList 5h3min44s 8s
C++ std::list 6h2min4s 7s
This list 3ms (SIGILL) 1ms (SIGSEGV)

Is this production ready?

Yes, although production might not exist anymore after deploying it.

How fast is it really?

πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€πŸš€

MSRV

The current MSRV is 1.10.0 but that may be reduced in the future. Reducing the MSRV is not considered a breaking change and may happen in patch releases.

About

Linked list in rust... idk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages