Skip to content

Commit

Permalink
blobfs-win v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tony4248 committed Nov 27, 2017
1 parent f1a785e commit 27514af
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ BlobFs is a distributed [FUSE](http://fuse.sourceforge.net) based file system ba
Object storage is one of the most fundamental topic you'll encounter when you decide to start your cloud journey.The main goal of the project is to make azure storage service easy to use for Linux and windows box.

## Key Updates:

### New features since v0.0.4 :

* read and write data with multiple threads, more faster and stable.
* Page blob is full supported.

### New features since v0.0.3 :

base on the lots of feedbacks, in version 0.0.3, I made these major updates:
* Ported the blobfs to windows platform. It became a universal solution.
* Improve the performance of list/rename/delete operation by enabling the multi-threading way. now it can list/rename/delete the thousands of items within few seconds.
Expand Down
Empty file removed bin/blobfs-2017-11-26.log
Empty file.
Empty file removed bin/blobfs-2017-11-27.log
Empty file.
Binary file modified bin/blobfs-win.exe
Binary file not shown.
Binary file modified bin/blobfs-win.pdb
Binary file not shown.
Binary file modified bin/bloblib.dll
Binary file not shown.

0 comments on commit 27514af

Please sign in to comment.