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
In the situations that this library was designed for, this should outperform the Data.ByteString.Builder module that comes with bytestring. These situations include things where you must repeatedly execute the same builder over and over to generate lot of small (between 32 and 1000 bytes) byte sequences concatenates. This includes most CSVs, carbon's line protocol, and influxdb's line protocol. I need to write a benchmark to see if my suspicions are actually correct.
The text was updated successfully, but these errors were encountered:
In the situations that this library was designed for, this should outperform the
Data.ByteString.Builder
module that comes withbytestring
. These situations include things where you must repeatedly execute the same builder over and over to generate lot of small (between 32 and 1000 bytes) byte sequences concatenates. This includes most CSVs, carbon's line protocol, and influxdb's line protocol. I need to write a benchmark to see if my suspicions are actually correct.The text was updated successfully, but these errors were encountered: