Skip to content

Feat/even more precision#52

Merged
Gnarus-G merged 11 commits intomainfrom
feat/even-more-precision
Feb 23, 2025
Merged

Feat/even more precision#52
Gnarus-G merged 11 commits intomainfrom
feat/even-more-precision

Conversation

@Gnarus-G
Copy link
Copy Markdown
Owner

@Gnarus-G Gnarus-G commented Feb 20, 2025

Taking some more inspiration from Yeetmouse, we're going up to 64-bits.

Not only does this mean more precision, more precise digits after the decimal point, but it would also allow (I think) us to represent time intervals (between inputs) to be more accurately calculated - namely using microsends (or nanoseconds) over milliseconds as is current. That should allow us to support higher polling rates. #45

To try the PR before it merges.

After you clone or pull the latest.

git checkout feat/even-more-precision
make uninstall;
make install; # do 'install_debug' if you think there's a problem, to see the logs in dmesg
make install_cli; # This builds and installs the cli in your /usr/local/bin

Make sure you remember your values, they will be forgotten/clobbered.

maccel get all; # lists your current parameters

@Gnarus-G Gnarus-G added the enhancement New feature or request label Feb 20, 2025
@Gnarus-G Gnarus-G self-assigned this Feb 20, 2025
@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
maccel ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 23, 2025 1:41am

@Gnarus-G Gnarus-G force-pushed the feat/even-more-precision branch from df6b8ec to aad00ce Compare February 21, 2025 00:43
@Gnarus-G Gnarus-G force-pushed the feat/even-more-precision branch from aad00ce to 748e596 Compare February 21, 2025 01:07
@Gnarus-G Gnarus-G force-pushed the feat/even-more-precision branch from 748e596 to c066f9f Compare February 21, 2025 02:25
@Gnarus-G Gnarus-G force-pushed the feat/even-more-precision branch from c066f9f to fe02c6c Compare February 21, 2025 02:29
@Gnarus-G Gnarus-G force-pushed the feat/even-more-precision branch from fe02c6c to 9f12d60 Compare February 21, 2025 03:29
@Gnarus-G Gnarus-G force-pushed the feat/even-more-precision branch from 9f12d60 to 2d9982d Compare February 21, 2025 03:58
@Gnarus-G Gnarus-G marked this pull request as ready for review February 21, 2025 04:44
@Gnarus-G Gnarus-G force-pushed the main branch 11 times, most recently from 8531490 to eaba3e0 Compare February 21, 2025 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant