You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, but later i decide binary/lazy bytestrings combination really not work well with io-streams(or any other streamming libraries), the problem is that a streamming library will stream chunks of strict bytestrings, if we use binary to do encode/decode, we have to go through strict/lazy conversion in and out, so instead i write cereal-streams.
Thanks for making this library! I'd like to ask for a base version bump to support GHC 8, and add explict encode/decode version functions:
Will you accept a PR?
The text was updated successfully, but these errors were encountered: