gpicciuca

Results 10 comments of gpicciuca

Thanks for your feedback @donpellegrino . I had a look at your Rust HDT Library and overall, you're using the same/a similar approach as what I am doing at the...

I tried to hack the code a bit, thinking that the datatypes are "always" right after the first common/shared prefix.. So I just accessed that location directly with ![image](https://github.com/rdfhdt/hdt-cpp/assets/124195270/f19756a1-96a7-4f16-92ed-26868d6fb687) and...

Correct. I'm continuosly deleting and reloading the same dataset. Top shows that Virtuoso started at 0,2 MEM % (I have 64GB RAM). After the first import it reaches 0,5%. After...

> Looking at the `virtuoso.ini` config file, I note the following settings: > > ``` > ThreadCleanupInterval = 0 > ResourcesCleanupInterval = 0 > ``` > > Setting these to...

I have restarted the server multiple times between the tests, and as noted in the screenshot above the parameters were active in the running instance. I re-run the tests and...

@imitko I changed the cycle time to 1sec instead of 5sec just to speed things up a bit. Here's a recording of how the VM values change over a period...

@hannahbast Sorry for the late response. I double checked and we can actually use C++17 as of latest but C++20 is still far as there are internal procedures (auditing, etc)...

Had a quick look at your PR and no, the changes you made there are not something we addressed with this one. Most likely because we never encountered those bugs.

Bumping! Why is there no feedback from the maintainers? No interest in supporting ROCm? Would love to see this merged and have proper wheels released.

> > Why is there no feedback from the maintainers? No interest in supporting ROCm? > > @gpicciuca I think we would definitely be happy to add support for ROCm,...