Opened 5 years ago

Closed 5 years ago

Last modified 3 years ago

#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@…

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

comment:2 Changed 5 years ago by Eko

  • Resolution set to fixed
  • Status changed from new to closed

good idea! thx

comment:3 Changed 3 years ago by anonymous

  • milestone v24 final deleted

Milestone v24 final deleted

Note: See TracTickets for help on using tickets.