Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Logarithmic counting #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tobia
Copy link

@tobia tobia commented Jan 13, 2017

Here's an efficient counting macro I came up with while reading the chapter on Counting.

It can count a practically unlimited number of tokens with Rust's default recursion limit, it's faster than Slice length, and it produces a constant number.

I assert_eq'ed it on all numbers from 0 to 50, just to be on the safe side.

Enjoy!

@RReverser
Copy link

Wow, this is great idea!

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.

None yet

2 participants