aboutsummaryrefslogtreecommitdiff
path: root/weed/filesys/page_writer_pattern.go
AgeCommit message (Collapse)AuthorFilesLines
2022-02-27remove dead codechrislu1-44/+0
2021-12-24add stream writerchrislu1-3/+6
this should improve streaming write performance, which is common in many cases, e.g., copying large files. This is additional to improved random read write operations: https://github.com/chrislusf/seaweedfs/wiki/FUSE-Mount/_compare/3e69d193805c79802f4f8f6cc63269b7a9a911f3...19084d87918f297cac15e2471c19306176e0771f
2021-12-22detect non streaming mode on first write requestchrislu1-3/+6
2021-12-21remove printlnchrislu1-6/+0
2021-12-21mount: different write strategy for streaming write and random writechrislu1-0/+44