Skip to content

Conversation

@kholdrex
Copy link
Owner

This pull request updates the README.md file to include performance comparisons between ActiveRecord and SimpleQuery for both execution time and memory usage. The most important changes are:

Performance comparisons:

  • Added execution time comparisons between ActiveRecord find_each and SimpleQuery stream_each for both Struct-based and Read model approaches. [1] [2]

Memory usage reports:

  • Added memory usage reports for both ActiveRecord find_each and SimpleQuery stream_each, detailing total allocated and retained memory. [1] [2]

@kholdrex kholdrex merged commit 0d4503d into master Mar 15, 2025
20 checks passed
@kholdrex kholdrex deleted the add-more-benchmarks branch March 15, 2025 19:11
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

Successfully merging this pull request may close these issues.

2 participants