Sort of leading on from #8, I've got a usecase that would need to have more control than provided by the current library implementation. Specifically on the server side, I want to load the index from in memory, and turn file lookups into HTTP requests with Range headers. Preferably with the possibility of async support.
If I work on this, are you interested in getting it merged upstream?
Sort of leading on from #8, I've got a usecase that would need to have more control than provided by the current library implementation. Specifically on the server side, I want to load the index from in memory, and turn file lookups into HTTP requests with
Rangeheaders. Preferably with the possibility ofasyncsupport.If I work on this, are you interested in getting it merged upstream?