vans163
vans163
Going to test this. thanks @beano Just tested. Can you open up issues on your fork beano? I seem to get an OpaqueObject if I pass a map to python...
@beano. Thanks. Working :)
@beano All my code is shims which motivate me everyday I see them to rewrite in Erlang.  Joking aside (pun intended). How would the python side look like? ```...
@beano, If all old functionality is preserved and nothing breaks I don't see why not. Maybe even do it so that you can do: ``` python:call(Pid, 'test', 'named_args', #{indent =>...
Yea the go to definition stuff is a mess. There is a single function to call in libclang that gives does all the background work. I sort of started on...
The docker image is not updated to follow the up-to-date instructions, the cutlass version needs to be v0.1.1 (it uses main branch) and --force-install is not set on the WHL.
``` 35 http fetch GET 200 https://registry.npmjs.org/blake3-wasm 21ms (cache hit) 36 silly placeDep ROOT [email protected] OK for: want: v3.0.0 37 silly fetch manifest @c4312/[email protected] 38 http fetch GET 200 https://registry.npmjs.org/@c4312%2fblake3-internal...
> surprised this still hasn't been fixed. > > is this project still being maintained or do i need to fork it? I used this package instead, https://www.npmjs.com/package/hash-wasm
The issue is a feature request to get SIMD version of blake3 ported+compiled, it seems the bindings emcc creates are not compatible with the JSON loading way hash-wasm does, im...
> I also measured it with some other hashing algorithms and I got similar results: SIMD only provided about 10% improvement in performance, which is not worth the effort +...