Skip to content

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 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants