全部标签
目录标签

#data-structures

公开记录中带有此标签的全部仓库——标签来自其 GitHub 主题或软件包注册表发布的关键词。健康度量遵循与记录其余部分相同的版本化方法论。

337 条记录
标签为“data-structures”按健康指数排序
crates.io
63中等健康指数
RagnarGrootKoerkamp/PtrHash
PtrHash minimal perfect hash function
Rust · Python★ 101↓ 14.2K/月2026年8月22日
MIT2026年8月22日 · 指标 2.10.0
crates.io
63中等健康指数
Xudong-Huang/generator-rs
rust stackful generator library
Rust · Assembly★ 363↓ 4M/月2026年8月11日
Apache-2.02026年8月11日 · 指标 2.10.0
crates.io
63中等健康指数
abdolence/secret-vault-rs
A secure vault to store application secrets in memory coming from Google/AWS/other secret managers for Rust
Rust★ 24↓ 776.3K/月2026年7月25日
Apache-2.02026年7月25日 · 指标 2.10.0
crates.io
63中等健康指数
enarx/ciborium
CBOR utilities
Rust★ 389↓ 53.9M/月2026年8月8日
自定义许可证2026年8月8日 · 指标 2.10.0
crates.io
63中等健康指数
kampersanda/sucds
Collection of succinct data structures in Rust
Rust★ 107↓ 111.9K/月2026年9月2日
Apache-2.02026年9月2日 · 指标 2.10.0
npm
63中等健康指数
nexoral/AxioDB
Embedded NoSQL database for Node.js — pure JavaScript SQLite alternative with MongoDB-style queries. Zero native dependencies, no node-gyp, works in Electron & CLI tools. 15,000+ npm downloads per year.
TypeScript · JavaScript★ 28↓ 3,165/月2026年7月19日
MIT2026年7月19日 · 指标 2.10.0
crates.io
63中等健康指数
nicholassm/disruptor-rs
Low latency inter-thread communication library in Rust inspired by the LMAX Disruptor.
Rust★ 896↓ 17.9K/月2026年8月13日
MIT2026年8月13日 · 指标 2.10.0
crates.io
63中等健康指数
rgb-protocol/rgb-strict-types
该仓库未发布描述。
Rust★ 5↓ 4,675/月2026年7月17日
Apache-2.02026年7月17日 · 指标 2.10.0
crates.io
63中等健康指数
seekstorm/seekstorm
SeekStorm: vector & lexical search - in-process library & multi-tenancy server, in Rust.
Rust★ 1,899↓ 194/月2026年7月17日
Apache-2.02026年7月17日 · 指标 2.10.0
crates.io
63中等健康指数
tov/weak-table-rs
Weak hash tables for Rust
Rust★ 42↓ 374.4K/月2026年7月17日
MIT2026年7月17日 · 指标 2.10.0
PyPI · crates.io · Maven
62中等健康指数
MaastrichtU-IDS/rustdl
Rust-based OWL DL reasoner
Rust★ 7↓ 9,827/月2026年8月1日
Apache-2.02026年8月1日 · 指标 2.10.0
crates.io
62中等健康指数
contain-rs/bit-vec
A Vec of Bits
Rust★ 189↓ 68.4M/月2026年8月22日
Apache-2.02026年8月22日 · 指标 2.10.0
crates.io
62中等健康指数
houseme/starshard
Starshard: a high-performance, lazily sharded concurrent HashMap for Rust.
Rust★ 10↓ 7,200/月2026年7月17日
Apache-2.02026年7月17日 · 指标 2.10.0
crates.io
62中等健康指数
orxfun/orx-concurrent-vec
A thread-safe, efficient and lock-free vector allowing concurrent grow, read and update operations.
Rust★ 18↓ 15.2K/月2026年8月28日
Apache-2.02026年8月28日 · 指标 2.10.0
crates.io
62中等健康指数
orxfun/orx-pinned-vec
PinnedVec trait defines the interface for vectors which guarantee that elements added to the vector are pinned to their memory locations unless explicitly changed.
Rust★ 2↓ 646.7K/月2026年8月13日
Apache-2.02026年8月13日 · 指标 2.10.0
crates.io
60中等健康指数
Amanieu/intrusive-rs
Intrusive collections for Rust
Rust★ 548↓ 1.8M/月2026年8月6日
Apache-2.02026年8月6日 · 指标 2.10.0
Go
60中等健康指数
EndlessCheng/codeforces-go
算法竞赛模板库 by 灵茶山艾府 💭💡🎈
Go★ 8,6492026年8月15日
MIT2026年8月15日 · 指标 2.10.0
crates.io
60中等健康指数
Robbepop/string-interner
A data structure to efficiently intern, cache and restore strings.
Rust★ 221↓ 1.9M/月2026年8月27日
Apache-2.02026年8月27日 · 指标 2.10.0
npm
60中等健康指数
Yomguithereal/mnemonist
Curated collection of data structures for the JavaScript/TypeScript language.
JavaScript★ 2,433↓ 55.2M/月2026年8月13日
MIT2026年8月13日 · 指标 2.10.0
crates.io
60中等健康指数
agerasev/ringbuf
Lock-free SPSC FIFO ring buffer with direct access to inner data
Rust★ 584↓ 1.1M/月2026年7月17日
Apache-2.02026年7月17日 · 指标 2.10.0
crates.io
60中等健康指数
al8n/wg
Golang like WaitGroup implementation for sync/async Rust, support no_std environment.
Rust★ 36↓ 16.5K/月2026年8月22日
Apache-2.02026年8月22日 · 指标 2.10.0
crates.io
60中等健康指数
drmingdrmer/raft-log
Log Storage for Raft
Rust★ 4↓ 4,233/月2026年8月28日
Apache-2.02026年8月28日 · 指标 2.10.0
Go
60中等健康指数
dronnix/bwarr
Black-White Array: fast, ordered data structure based on arrays with O(log N) memory allocations
Go★ 1172026年9月5日
MIT2026年9月5日 · 指标 2.10.0
PyPI · crates.io
60中等健康指数
hfooladi/pdbrust
A Rust library for parsing PDB (Protein Data Bank) files
Rust★ 20↓ 997/月2026年7月15日
MIT2026年7月15日 · 指标 2.10.0
crates.io
60中等健康指数
orxfun/orx-concurrent-iter
A thread-safe and ergonomic concurrent iterator trait and efficient lock-free implementations.
Rust★ 6↓ 645.4K/月2026年8月13日
Apache-2.02026年8月13日 · 指标 2.10.0
crates.io
60中等健康指数
sebastienrousseau/mdx-gen
AST-first Markdown → HTML library for Rust. Ships with custom blocks, class-based syntax highlighting, a hardened sanitizer, table of contents, streaming output, plain-text extraction, and client-side mermaid diagrams.
Rust★ 3↓ 2,071/月2026年7月25日
Apache-2.02026年7月25日 · 指标 2.10.0
crates.io
60中等健康指数
sformisano/redactable
Automatic redaction of sensitive data for safe logging and debugging
Rust★ 2↓ 17.7K/月2026年8月22日
MIT2026年8月22日 · 指标 2.10.0
crates.io
60中等健康指数
tokio-rs/loom
Concurrency permutation testing tool for Rust.
Rust★ 2,779↓ 3.5M/月2026年8月11日
MIT2026年8月11日 · 指标 2.10.0
crates.io
60中等健康指数
xvi-xv-xii-ix-xxii-ix-xiv/xgraph
A comprehensive Rust library providing efficient graph algorithms for solving real-world problems in social network analysis, transportation optimization, recommendation systems, and more
Rust★ 9↓ 14.3K/月2026年8月29日
MIT2026年8月29日 · 指标 2.10.0
crates.io
59中等健康指数
Adam-Vandervorst/PathMap
该仓库未发布描述。
Rust★ 20↓ 6,200/月2026年8月23日
MIT2026年8月23日 · 指标 2.10.0