Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,8 @@ Python gets parsed into byetcode and we can see it using the [dis](https://docs.

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

### Speed Improvement PRs

- [Improve hashing speed for page directory by over 26%](https://github.com/JakeRoggenbuck/RedoxQL/pull/186)
- [~70% speed improvement with lazy select](https://github.com/JakeRoggenbuck/RedoxQL/pull/191) (Not used because the API expects an iterable)
- [Move select return record logic all to Rust to achieve 30% speed improvement](https://github.com/JakeRoggenbuck/RedoxQL/pull/162)