-
### Describe your feature request
For questions, post on our Discussion page instead: https://discuss.ray.io/
-
```mermaid
flowchart TD
A[User visits GUTS explorer main page]
A2{Login or register?}
B[Registration popup]
B1[Backend: POST **/api/user/'email'**]
B2[Result returned]
B…
-
It would be nice providing a C API to enable easy binding to other programming languages.
-
I'd like to get a discussion going about creating a C API for Aeron.
-
This is currently being done with [Ponder](https://github.com/billyquith/ponder) in the ponder branch.
The goal is to allow creation of controls using data or script more easily. If the Gwork API is …
-
To enable interfacing retworkx python objects with other languages directly instead of going through python for better performance we should add a foreign function interface and publish header files.
-
Hi,
I noticed that during my testing, inferencing YOLOv8n with the rknnlite API seems to be much slower than using the C API for inferencing. I measured the time taken like this
```python
…
-
This error occurs when the agent is closed after running. Why is this?
Exception ignored in:
Traceback (most recent call last):
File "D:\project\browser_use\browser-use-main1\browser_use\brows…
-
I was working on write dataset testing in the C++ API today and ran into a number of things that were not very intuitive. All of these are abstracted away / hidden by the python / R interface so this…
-
Sorry for dumb question. When I follow the instructions [here](https://github.com/facebookresearch/faiss/blob/main/INSTALL.md#step-1-invoking-cmake) with `-DFAISS_ENABLE_C_API=ON`, I obtain `libfaiss_…