sbtourist / Journal.IO

Journal.IO is a zero-dependency, fast and easy-to-use journal storage implementation.
Apache License 2.0
260 stars 39 forks source link

Use streaming apis instead of byte[] #54

Open Downchuck opened 10 years ago

Downchuck commented 10 years ago

Per the mailing list... currently byte[] is used in places where streaming APIs may be more appropriate/performant.