Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

store buffer contents in string instead of array (#976) #977

Merged
merged 1 commit into from
Nov 12, 2022

Commits on Nov 12, 2022

  1. store buffer contents in string instead of array (#976)

    array buffer is stupid inefficient due to the way PHP arrays operate (as
    hashtables). instead, just store the bytes in a string which is more
    like a `uint8_t*`.
    davidcole1340 authored Nov 12, 2022
    Configuration menu
    Copy the full SHA
    356ea9d View commit details
    Browse the repository at this point in the history