Skip to content

Commit

Permalink
feat(rust): refactor localfile store to speed up writing
Browse files Browse the repository at this point in the history
1. using opendal crate to simplify read/write
2. avoid using dashmap.get to fix potential deadlock
  • Loading branch information
zuston committed Jan 5, 2024
1 parent 602611c commit 1139499
Show file tree
Hide file tree
Showing 8 changed files with 1,138 additions and 587 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ deploy/kubernetes/docker/hadoopconfig/*
*.dll
*.so
*.dylib
local
vendor
VERSION
testbin/*
Expand Down
Loading

0 comments on commit 1139499

Please sign in to comment.