Skip to content

Cmake project fixes, performance improvements. #1

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

calebtt
Copy link
Owner

@calebtt calebtt commented Mar 22, 2024

Heavily modified, has translator and filter types still.
Mutable and immutable (in operation) parts of mapping description separated, and I benchmark the unit test at around 5 microseconds per iteration.

Fixed/improved Cmake project setup. Test driver program for Xbox 360 controllers/xinput devices.


namespace sds
{
namespace chron = std::chrono;
using Index_t = uint32_t;
using Index_t = uint16_t;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added for possibility Windows platform calling conventions are limited in register size and quantity compared to Linux.

calebtt added 3 commits March 25, 2024 20:48
… forwarding-ref ctor.

re-ordered declaration of Translator members.

Changed containers to unordered variant, they micro-bench faster, around 3 microseconds at best.

modified to return pointer to const for GetMappingsRange() access.

Added additional explicit optional ctor call.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant