Skip to content

Performance

Benchmarks

File SizeOperationTimeMethod
< 1MBRead< 100msDirect
1-100MBSearch< 500msStreaming
> 1GBStreamProgressiveAsync

Optimization

  • Use caching for repeated access
  • Adjust chunk sizes based on file type
  • Enable LRU cache for best performance

Monitoring

Track performance using cache statistics and operation timing.

See Configuration for tuning options.

Released under the MIT License.