Florian Rupprecht
Florian Rupprecht
> > Do you mean adding the benchmark as a vignette in a separate PR without meow? I would be happy to! > > It sounded like you were not...
Any thoughts on why spookyhash is so much faster than it should be? I noticed that spookyhash calls `R_Serialize` from C while the other algorithms call `serialize` from R.
I think I found something interesting: Serialization memory out streams/connections seem to start with a reserved space of 0 in base R: https://github.com/wch/r-source/blob/90e365d4f7066b58201275333144be3753835c12/src/main/serialize.c#L2810-L2811 I did a quick test what happens...
I have implemented this now in C and did some more benchmarks: https://github.com/nx10/serialize_prealloc I think this should be fixed in base R, and I will look into how to submit...
> meow: do you think there is/isn't a PR here? I don't think it's woth it. xxhash has close to the same speed with AVX2 extensions enabled, and meow does...
I just wanted to link this thread, where somebody was able to flash a tuya WB2S with a custom home assistant / mqtt compatible firmware: https://www.elektroda.com/rtvforum/topic3806769.html (scroll all the way...
@mihaiconstantin Thanks for reporting this (and @renkun-ken thanks for the ping). I can confirm this is a bug in httpgd. It seems to be an issue with clipping. I will...
Should be fixed now: https://github.com/nx10/httpgd/commit/ba471a11dd546ca1ab06381deb9acbef89dcad36
This should be fixed in the development version on GitHub. `remotes::install_github("nx10/httpgd")`
Its available again. Thank you for your patience.