filecoin-saturn / nginx-car-range

An nginx plugin for resolving Unixfs range requests in car files
Other
1 stars 0 forks source link

Improve range filtering across different buffer boundaries #18

Closed tchardin closed 1 year ago

tchardin commented 1 year ago

Context on this work: The initial version of the module was designed with the assumption that the filter was executed on a single buffer chain which is slow and inefficient, instead nginx calls the filter on many single buffer chain requiring a shared context between calls.