wasm-forge / stable-fs

File system implementation for the Internet Computer
MIT License
6 stars 2 forks source link

Writing performance benchmark #7

Open wasm-forge opened 1 week ago

wasm-forge commented 1 week ago

When writing a large file, the function fails with the error message of overusing instruction limit.

The writing performance needs to the optimized to be able to create a file of 10Mb within the time limit.

wasm-forge commented 1 week ago

The issue is being addressed in the pull request #6