[Request] Realworld examples for benchmarking #110
okuramasafumi
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey there, I'm fast_serializer maintainer. I wondered who's solution is faster 😈 It shows that latest panko is a winner, in both speed and also it allocates twice less memory for your benchmarks. What about advanced features like includes, conditions and inheritance? Turn off GC while benchmarking. Also the pg and DB dependency is useless. We are talking about object to hash translations, we don't care about the DB. so I would rewrite benchmark to instantiate plain old ruby objects. Here are my results
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We seek speed and benchmarking helps a lot. We currently have only one variation of benchmark, but we'd like to run benchmark against multiple cases so that Alba will be fast for a variety of scenarios.
If you know (preferably open source) examples of combinations of database structure and API, please let us know in this discussion so that we can implement it as a benchmark!
Beta Was this translation helpful? Give feedback.
All reactions