#397 closed (fixed)
About changeset 9015
| Reported by: | anonymous | Owned by: | somebody |
|---|---|---|---|
| Keywords: | Cc: |
Description
Instead of *1024 and *1024, why not shift the bits to the left?
a*1024 == a<<10
a*1024*1024 == a<<20
And so on.
NOTE: Only a suggestion, I don't browse all the source about the context!!.
Change History (3)
comment:1 Changed 5 years ago by samueldg@…
comment:2 Changed 5 years ago by Eko
- Resolution set to fixed
- Status changed from new to closed
good idea! thx
Note: See
TracTickets for help on using
tickets.

Sorry, I left it as anonymous, but it's not.