exussum12 / xxhash

a xxhash implementation in php
20 stars 6 forks source link

xxhash 64 without ffi #8

Open beranos opened 3 years ago

beranos commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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