Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 60 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ sha2 = "0.11"

[dev-dependencies]
criterion = "0.5"
aden-store = { path = "crates/aden-store" }
aden-core = { path = "crates/aden-core" }

[[bench]]
name = "store_perf"
harness = false

[[bench]]
name = "token_density"
Expand Down
33 changes: 24 additions & 9 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,17 @@ Generated by `aden licenses`.
- **License**: Unlicense OR MIT
- **Repository**: https://github.com/BurntSushi/byteorder

### byteorder-lite v0.1.0

- **License**: Unlicense OR MIT
- **Repository**: https://github.com/image-rs/byteorder-lite

### bytes v1.11.1

- **License**: MIT
- **Repository**: https://github.com/tokio-rs/bytes

### byteview v0.6.1
### byteview v0.10.1

- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/fjall-rs/byteview
Expand Down Expand Up @@ -530,7 +535,7 @@ Generated by `aden licenses`.
- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/petgraph/fixedbitset

### fjall v2.11.2
### fjall v3.1.5

- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/fjall-rs/fjall
Expand All @@ -540,6 +545,11 @@ Generated by `aden licenses`.
- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/rust-lang/flate2-rs

### flume v0.12.0

- **License**: Apache-2.0/MIT
- **Repository**: https://github.com/zesterer/flume

### fnv v1.0.7

- **License**: Apache-2.0 / MIT
Expand Down Expand Up @@ -875,7 +885,7 @@ Generated by `aden licenses`.
- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/rust-lang/log

### lsm-tree v2.10.4
### lsm-tree v3.1.5

- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/fjall-rs/lsm-tree
Expand All @@ -885,7 +895,7 @@ Generated by `aden licenses`.
- **License**: MIT
- **Repository**: https://github.com/gluon-lang/lsp-types

### lz4_flex v0.11.6
### lz4_flex v0.13.1

- **License**: MIT
- **Repository**: https://github.com/pseitz/lz4_flex
Expand Down Expand Up @@ -1240,6 +1250,11 @@ Generated by `aden licenses`.
- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/dtolnay/serde-yaml

### sfa v1.0.0

- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/fjall-rs/sfa

### sha2 v0.11.0

- **License**: MIT OR Apache-2.0
Expand Down Expand Up @@ -1436,6 +1451,11 @@ Generated by `aden licenses`.
- **Repository**: https://github.com/kreuzberg-dev/tree-sitter-language-pack
- **Note**: This crate bundles compiled grammars from numerous upstream repositories. Each grammar carries its own copyright holder and license. Full per-grammar attribution is maintained by the pack at the repository above.

### twox-hash v2.1.2

- **License**: MIT
- **Repository**: https://github.com/shepmaster/twox-hash

### typenum v1.20.0

- **License**: MIT OR Apache-2.0
Expand Down Expand Up @@ -1501,11 +1521,6 @@ Generated by `aden licenses`.
- **License**: Apache-2.0 OR MIT
- **Repository**: https://github.com/uuid-rs/uuid

### value-log v1.9.0

- **License**: MIT OR Apache-2.0
- **Repository**: https://github.com/fjall-rs/value-log

### varint-rs v2.2.0

- **License**: Apache-2.0
Expand Down
Loading
Loading