-
### Backend
VL (Velox)
### Bug description
In order to troubleshoot the bug, I compiled Velox and Gluten cpp using debug mode. However, when I tried to execute q1, it resulted in a core dump …
-
Hello,
First, I would like to express my gratitude for open-sourcing this amazing project. I encountered the following error messages while trying to reproduce the results according to the `Run tes…
kuilz updated
2 weeks ago
-
Currently we are using a load-balance service for automatically failover, which exports one vip to the nfs client. Nfs client builds the connection with the load-balance service, which is responsible …
-
We now make use a hashmap that requires the use of a lock. Ideally we should switch to a hashmap that doesn't require this.
-
`SimpleRWLock` seems to be a purely spin-wait-based data structure, with long spin-waits between attempts. In some cases during contention the spin-waiting CPU time is showing up near the top of metho…
-
This is a tracking issue to audit the public embedding API for correctness with respect to assembly load context support.
The goal is to consider how each function in the headers below will behave …
-
I plan to use khash as a cache in a long lived server process (web server).
At times I'll need to synchronize add / updates to khash.
I'd like to avoid locking the entire table. I wanted to confir…
-
### Describe the issue
Is there a place that discussion is taking place about how to manage the information in `build-systems.json`? I love `poetry2nix`, but every project I've packaged using it ha…
-
_From [bruen...@google.com](https://code.google.com/u/109494838902877177630/) on February 23, 2012 15:09:50_
xref general case issue #460 first we should establish that the malloc hashtable is indeed…
-
OS: Ubuntu 20.04
Running Groot after download from git (2022-07-29).
After fixing build issues for non ROS2 system (ament fails and later the submodule BehaviorTreeV3 was not found correct).
then I…