SkillAgentSearch skills...

Crossbeam Skiplist

Concurrent skip list

Install / Use

/learn @crossbeam-rs/Crossbeam Skiplist
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NOTE: This crate has been moved into the crossbeam repository.

Do not use this repository.

Concurrent skip list

Build Status License Cargo Documentation

This crate is still a work in progress.

<!-- ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] crossbeam-skiplist = "0.1" ``` Next, add this to your crate: ```rust extern crate crossbeam_skiplist; ``` -->

License

Licensed under the terms of MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated1y ago
Forks11

Languages

Rust

Security Score

75/100

Audited on Dec 27, 2024

No findings