Ash Vardanian

Results 72 issues of Ash Vardanian

This fixes compilation on newer compilers with more extensive checks. Warnings-as-errors is a great flag for a development environment, but not for a broad benchmark.

Thanks for open-sourcing this benchmark, @erikbern! We have had this fork for a while, and it feels like a [good time to contribute](https://news.ycombinator.com/reply?id=36953222&goto=item%3Fid%3D36942993%2336953222). A couple of things to note: 1....

#### ℹ️ Repository information The `CONTRIBUTING.md` is already present in USearch and StringZilla, will be added to UCall and SimSIMD in the next PR. **The repository has**: - [x] At...

This was indented as a small path upgrading from JellyFish to StringZilla to accelerate some of the slowest and frequently used string similarity measures. Along the way I've patched a...

I've noticed that `ceja` relies on `jellyfish` for Levenshtein distance computations, which opens an optimization opportunity. [StringZilla](https://github.com/ashvardanian/stringzilla) should be a few times faster for that operation, and may be very...

On some architectures, we won't have access to CUDA. On others, OpenCL might be an issue. Furthermore, the compiler flags for non-GCC & non-NVCC builds have to be properly configured....

ScyllaDB has a [C++ driver](https://cpp-driver.docs.scylladb.com/master/) that should also be integrated into UCSB for comparisons.

At this point we are sampling CPU, RAM and disk usage from Linux `/proc/` files, just like `perf`. There must be a better way with eBPF: intercepting instead of sampling....

enhancement

### Describe the bug To pass the C++ unit tests one must manually create the directories ahead of time: ```sh mkdir tmp/ustore_embedded_ucset mkdir tmp/ustore_embedded_leveldb mkdir tmp/ustore_embedded_rocksdb ``` ### Steps to...

bug
invalid