Skip to content

Commit

Permalink
Use protobuf for chunk serialization
Browse files Browse the repository at this point in the history
Using rkyv was a mistake, since there's no cross language way of interacting with the file server. Also, we moved the file server to it's own directory, and made the workspace a virtual one.
  • Loading branch information
billyb2 committed Nov 18, 2023
1 parent 650ba56 commit 649d920
Show file tree
Hide file tree
Showing 38 changed files with 2,254 additions and 4,765 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
**/target
**/.direnv
/chunks
fs/chunks
**/data.db*
**/output.log
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rust-analyzer.linkedProjects": [
"./cli/Cargo.toml"
]
}
Loading

0 comments on commit 649d920

Please sign in to comment.