Skip to content

Commit d83094b

Browse files
Merge pull request #209 from JakeRoggenbuck/speed-prs
Add speed PRs
2 parents b5aa7e1 + ce294a3 commit d83094b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,3 +421,8 @@ Python gets parsed into byetcode and we can see it using the [dis](https://docs.
421421

422422
![image](https://github.com/user-attachments/assets/5324d422-f21a-4484-9467-a247b202bd8a)
423423

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

Comments
 (0)