labring / sealfs

The storage system of sealos, aims to be a high-performance, high-reliability, and auto-scaling distributed file system
Apache License 2.0
141 stars 20 forks source link

refactor the fuser code #154

Open luanshaotong opened 1 year ago

luanshaotong commented 1 year ago

refactor the fuser main loop use tokio to avoid swap between thread and coroutine. maybe introducing another async-fuse is better.