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

xxhash 64 without ffi #8

Open
beranos opened this issue Mar 29, 2021 · 4 comments
Open

xxhash 64 without ffi #8

beranos opened this issue Mar 29, 2021 · 4 comments

Comments

@beranos
Copy link

beranos commented Mar 29, 2021

hi is there anyway to make xxhash 64 support without the use of ffi? the hosting i use doesn't let me use ffi. i personally don't care if speeds will be increased.

@exussum12
Copy link
Owner

Its possible but it will be very slow, I can take a look at doing it soon.

I assume your hosting on a shared cpanel (or similar) box ? there are plenty of cheap options for hosting which will allow this, FFI is much much faster, and the main reason for wanting xxhash is speed

@beranos
Copy link
Author

beranos commented Mar 29, 2021

Its possible but it will be very slow, I can take a look at doing it soon.

I assume your hosting on a shared cpanel (or similar) box ? there are plenty of cheap options for hosting which will allow this, FFI is much much faster, and the main reason for wanting xxhash is speed

hi thank you for looking into it, and i dont really care about the xxhash speed on php since i'm doing an api system and i need to send hashed strings to a program and the strings wont even be that large, that's why i dont care that much about speed in php.

@beranos
Copy link
Author

beranos commented Apr 2, 2021

Its possible but it will be very slow, I can take a look at doing it soon.

I assume your hosting on a shared cpanel (or similar) box ? there are plenty of cheap options for hosting which will allow this, FFI is much much faster, and the main reason for wanting xxhash is speed

hi any news on this? still looking for it

@beranos
Copy link
Author

beranos commented Apr 16, 2021

Its possible but it will be very slow, I can take a look at doing it soon.

I assume your hosting on a shared cpanel (or similar) box ? there are plenty of cheap options for hosting which will allow this, FFI is much much faster, and the main reason for wanting xxhash is speed

hi any news on this? still looking for it p2

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

No branches or pull requests

2 participants