Skip to content

Conversation

@Vizonex
Copy link
Contributor

@Vizonex Vizonex commented Dec 25, 2025

While going though the code again I found that lexbor's internal alloc functions could be changed in exchange for python's alloc methods which could improve performance by gaining access to python's garbage memory (allowing possible recycling of old memory) but also allow access mimalloc which python uses under the hood depending on which versions of python are being utilized. I do need to remove something since I was playing around a bit to see if I could get bytearrays, memoryviews to work but I will set that aside for now and put that idea into a future pull request.

@rushter
Copy link
Owner

rushter commented Dec 25, 2025

Thanks!

@rushter rushter merged commit bf50068 into rushter:master Dec 25, 2025
7 checks passed
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