Nicholas Frechette
Nicholas Frechette
Hello @tomlooman When you get the chance, I'd appreciate if you could give #119 a try. You can pull that branch and run the prepare_release.py script under Tools for your...
Hello @EAirPeter, Your analysis is correct. The compressed tracks and database data is a binary blob that can easily be relocated with memcpy. For the decompression context, it may be...
Good idea, I hadn't noticed this. There seem to be subtle differences between the default calling convention with clang and vectorcall. Clang will pass up to 8 vectors by value...
I moved #373 into this milestone as your code indeed does most of what I suggested. I spotted a few edge cases to improve things and I'll also clean up...
Progress is ongoing. So far, I've cleaned up the dominant transform shell distance usage (approximating the object space error in local space by using the sum of children joints) and...
After trying many different options, I decided to disable the feature for now as mentioned previously. Here is what I tried: * Your original code * Using the error metric...
I will begin work on this shortly, stay tuned!
Consider using `std::error_condition`: https://en.cppreference.com/w/cpp/error/error_condition See asio C++ for an example
Tentative fix has been included with 2.0.7. Let me know if it happens again!
I merged a fix for this along the lines of what we discussed. A `reset` function has been added. I renamed `is_dirty` to `is_bound_to` to clarify usage and meaning. I...