Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add benchmarks #1

Open
andrewthad opened this issue Jun 17, 2019 · 0 comments
Open

Add benchmarks #1

andrewthad opened this issue Jun 17, 2019 · 0 comments

Comments

@andrewthad
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant