coolbutuseless / zstdlite

Fast, configurable in-memory compression of R objects with zstd
Other
26 stars 0 forks source link

Implement `zstdcon()` to work like `gzcon()` #27

Open coolbutuseless opened 5 months ago

coolbutuseless commented 5 months ago

Want to be able to nest connections.

with gzcon() can wrap another connection so you can write compressed bytes to a URL using: gzcon(url(...))