PelicanPlatform / xrootd-s3-http

An XRootD plugin that allows Pelican to interface with s3/http server backends
Apache License 2.0
2 stars 6 forks source link

Buffered Reads #60

Open bbockelm opened 8 hours ago

bbockelm commented 8 hours ago

This PR introduces buffered reads -- reads go through a new cache layer, including prefetch.

This is built on top of the streaming reads patch and should be merged after that one.