Releases: weswu8/blobfs-win
Releases · weswu8/blobfs-win
Blobfs-win v1.1.0 Released
CHANGES since v1.0.0
- Code Optimization
 - bug fixed
 
Blobfs-win v1.0.0 Released
- 
Optimize performance for large content reads and writes
 - 
Optimize performance for multiple files concurrently read/write
 
Blobfs-win v0.0.4 Released
- 
read and write data with multiple threads, more faster and stable.
 - 
Page blob is full supported.
 
Blobfs-win v0.0.3 Released
-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.
-By requests of many users, I changed the queue from service bus to the Azure Queue storage,This will greatly simplify the configuration.
-Various bugs fixed, It is now more stable.