β Ye, that assumed. you dont have much time.. if you code somewhere else. time is codeπ€€
β Https://jsperf.com/bitwise-vs-normal-even-odd
β Thrashed this: https://medium.com/rahul.raviprasad/the-little-known-bitwise-operations-and-their-performance-in-javascript-c281d512c757
Message permanent page
β Micro-optimizations become obsolete..
β The explenation for << , >> and >>> really tells me nothing
β Mybe i should translate these π΅π»
β 010 <<
1 == 100; 010 >>
1 == 001
β I've never used them in JS.. there is a <<<
in livescript which do Object.assign like operation