-
After upgrading from 21.1.7.1 to 21.8.8 we have some unexpected behavior surround a pipeline where we move data from
kafka -> kafka table -> materialized view -> mergetree table. We are no longer ab…
tmada updated
8 months ago
-
I am fairly new to rust and started playing around with the language very recently.
When I tried to use rust-lua with luajit, it compiles fine, but I get the error message:
`"Must use luaL_newstate() …
-
CClassInfo has the below constructor which takes a JCodeModel and a fullName. The fullName parameter should be the FQCN of the class. However, if the fullName starts with a package having more than on…
-
Documentation [states that](https://doc.rust-lang.org/nightly/std/alloc/index.html)
> Currently the default global allocator is unspecified. Libraries, however, like cdylibs and staticlibs are guar…
-
If an allocator returns nullptr, basic_string's constructor still attempts to copy to nullptr. NOTE: I only tested string, nothing else, the problem may be more wide-spread.
Instead of blindly cop…
-
To find memory leaks in zig programs, the standard library allocators should inform valgrind about allocations/frees.
This has a dependency on making valgrind client requests possible from zig code…
-
There are lots of applications for custom allocation strategies.
Video games will employ custom allocators in many places to improve performance. One class of strategies used by games that is curre…
-
I am getting the following error while running ./build.ps1. Please help anyone, how to fix that error. Here is that list of error I am getting:
yolo_console_dll.obj : error LNK2019: unresolved exte…
-
This question comes up relatively often. I hope we can build something in to Generator to help with benchmarking, but a top-level document on doing this correctly for JIT, AOT, and when GPUs are invol…
-
Add a custom allocator for smart pointers. Would have to research if this would
even be worthwhile since OSG abuses `new` internally.
An example use case:
```
trBase::SmartPtr
myGeometry =
…