-
`vcpkg` recently updated their port for `aws-sdk-cpp`, which started causing a build error for me.
As a workaround, I modified the `build-vcpkg.ps1` script to check out the most recent commit that …
-
### Version
Yosys 0.45+106 (git sha1 c1228fec2, clang++ 18.1.8 -Og -fPIC -O1 -fno-omit-frame-pointer -fno-optimize-sibling-calls -fsanitize=address)
### On which OS did this happen?
Linux
### Repr…
-
### Description
In our setup we use a custom collision detection logic and for that we have implemented custom collision detector allocator. Upon creation of `MoveItCpp` instance we call `allocate…
-
Reported by https://stackoverflow.com/questions/58399158/use-custom-allocator-for-stdregex-match .
Calling `regex_match()` or `regex_search()` with a `match_results` containing a custom allocator e…
-
Currently usearch code uses the default allocator (malloc-based)
We should use palloc to make sure all memory is manged through postgres
We can do that by adding a field to `usearch_init` that will …
-
| | |
|--------------------|----|
| Bugzilla Link | [PR40161](https://bugs.llvm.org/show_bug.cgi?id=40161) |
| Status | NEW |
| Importance | P normal |
|…
-
Is there a way to load mrb_load_irep() from a dynamic library?
I'm loading a `.so` file into my binary executable using `dlopen()` which has a pointer to the `mrb_state` instance and this works wel…
-
## detail | 详细描述 | 詳細な説明
![image](https://github.com/user-attachments/assets/2a97a7b5-78ad-4d5a-93ec-1131c10ed914)
std::shared_ptr ncnnNet = std::make_shared();
析构函数:
ncnnNet->clear();
ncnnNe…
-
I have examined the copr repo and the project itself. There is definetely room for improvement.
Suggestion 1: Explore other ways of enabling other than preloading
I see you opt in to enable harden…
-
It could be implemented to output into a preallocated buffer like in stb_image_resize or with the ability to set a custom allocator for output buffer alloc/free. I am not interested in using custom al…