-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
I tried this library as a drop in stdlib replacement and found that with our data, it was slightly worse than stdlib in both memory and speed.
So I thought OK, benchmarks are highly dependent on the specific data used, I'll try with the sample data used by this project. To my surprise the results were even worse -- this library seems to use more memory than stdlib and perform more slowly.
Then I noticed your README benchmarks were with Go 1.16.2, so I tried with that. Same outcome.
I feel like I must be doing something really wrong, so I've put together a repo with the code and some of the benchmark stats I got at https://github.com/lpar/segmentio
Metadata
Metadata
Assignees
Labels
No labels