-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add basic codec * feat: add integer decode * feat: add buffer & string decode * feat: add read structs part1 * feat: add update parsing * feat: update parser part 3 * feat: pub values * fix: test case * feat: add any support * chore: improve codes * fix: parent sub condition * feat: add gc & skip item * chore: add local data test * feat: add delete sets parsing * chore: improve error handle * feat: add benchmark * feat: improve var int performance * fix: nightly feature
- Loading branch information
1 parent
c807e59
commit 421b8b0
Showing
25 changed files
with
1,386 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
[package] | ||
name = "jwst-codec" | ||
version = "0.1.0" | ||
authors = ["DarkSky <[email protected]>"] | ||
edition = "2021" | ||
license = "AGPL-3.0-only" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
bitvec = "1.0.1" | ||
byteorder = "1.4.3" | ||
nom = "7.1.3" | ||
serde_json = "1.0.94" | ||
|
||
[dev-dependencies] | ||
criterion = { version = "0.4.0", features = ["html_reports"] } | ||
lib0 = "0.16.5" | ||
serde = { version = "1.0.155", features = ["derive"] } | ||
|
||
[[bench]] | ||
name = "codec_benchmarks" | ||
harness = false | ||
|
||
[lib] | ||
bench = true |
Oops, something went wrong.
421b8b0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
octobase – ./
octobase.vercel.app
octobase-git-master-toeverything.vercel.app
octobase-toeverything.vercel.app
crdts.cloud
octobase.pro