tolik518 / tolik518/factorion-bot
Bit count for numbers too large to return
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 51
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
A feature that returns the bits needed (in nearest denomination i.e. GB, TB, etc) to store a number too large to return on a message. You can of course just take the log 2 of the number to calculate this. Comparisons can then be done on this number versus other large files such as GTAV installation size, etc.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Rust code that calculates large factorials and constructs Reddit replies. Add a result showing the bits needed in the nearest denomination for numbers too large to return, and verify that the value can be compared with large file sizes such as a GTA V installation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100