We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5aa7e1 + ce294a3 commit d83094bCopy full SHA for d83094b
README.md
@@ -421,3 +421,8 @@ Python gets parsed into byetcode and we can see it using the [dis](https://docs.
421
422

423
424
+### Speed Improvement PRs
425
+
426
+- [Improve hashing speed for page directory by over 26%](https://github.com/JakeRoggenbuck/RedoxQL/pull/186)
427
+- [~70% speed improvement with lazy select](https://github.com/JakeRoggenbuck/RedoxQL/pull/191) (Not used because the API expects an iterable)
428
+- [Move select return record logic all to Rust to achieve 30% speed improvement](https://github.com/JakeRoggenbuck/RedoxQL/pull/162)
0 commit comments