Skip to content

Commit

Permalink
[Feat] Block index with unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gifted-s committed Aug 4, 2024
1 parent 56d2008 commit e883b4c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Clippy

on: [push, pull_request]
# Don't run clippy for V2
# on: [push, pull_request]

jobs:
clippy:
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Thank you for your contribution!

https://github.com/Gifted-s/bd/issues

### NOTE
Please note that the code in v2 is the most recent (not experimental) and under active development, the src modules are for the experimental version

### How do I contribute

Expand Down
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ categories = ["data-structures", "database-implementations", "algorithms"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
v2={path="./v2"}

async-broadcast = "0.7.1"
async-trait = "0.1.80"
bit-vec = "0.6.3"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Tokio might adopt [io_uring](https://docs.rs/tokio/latest/tokio/fs/index.html#:~

Please note that velarixdb is still under development and is not yet production-ready.

### NOTE
v2 is the most recent version (not experimental) and under active development, the src modules are for the experimental version

### Basic Features
- [x] Atomic `Put()`, `Get()`, `Delete()`, and `Update()` operations
- [x] 100% safe & stable Rust
Expand Down
Binary file not shown.

0 comments on commit e883b4c

Please sign in to comment.