Skip to content

explore fuse optimizations #59

@stapelberg

Description

@stapelberg

jacobsa/fuse implements fuse 7.12. Current Linux kernels are at 7.31. Here are a few features which we should look into to possibly improve performance:

We should also figure out a representative benchmark for root file system performance.

We can use bpftrace to measure the number of FUSE calls during builds:

sudo bpftrace -e 'kprobe:fuse_simple_request { @[kstack(perf)] = count(); }'

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions