haskell-streaming / streaming-bytestring

effectful sequences of bytes; an alternative no-lazy-io implementation of Data.ByteString.Lazy
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

Performance tweak for w8IsSpace #44

Closed vdukhovni closed 3 years ago

fosskers commented 3 years ago

Good thing I checked - I was about to make a release. Note that I simplified the CHANGELOG on master somewhat. Your new entry can just appear under the single Changed header. In terms of CHANGELOG format, I've been following Keep a Changelog.

vdukhovni commented 3 years ago

Good thing I checked - I was about to make a release. Note that I simplified the CHANGELOG on master somewhat. Your new entry can just appear under the single Changed header. In terms of CHANGELOG format, I've been following Keep a Changelog.

Yes, turns out I was racing you to put a finishing touch on the release as a result of the current discussion on PR 315 for bytestring. Seems this might just squeak in. Thanks!

vdukhovni commented 3 years ago

Good thing I checked - I was about to make a release. Note that I simplified the CHANGELOG on master somewhat. Your new entry can just appear under the single Changed header. In terms of CHANGELOG format, I've been following Keep a Changelog.

Force pushed a version with the updated CHANGELOG style.

vdukhovni commented 3 years ago

By the way, Travis CI seems massively backlogged recently, it'll take a while...

fosskers commented 3 years ago

That's okay, the Github CI is more representative.