✳flâneur — a map of the web's best reading
Basic Bit Twiddling (+example) - HackMD
hackmd.io · 5,315 words · saved by 1 readers
# Basic Bit Twiddling (+example) Transacting on Ethereum is extremely expensive, so sometimes, it ma
Basic Bit Manipulation - HackMD # Basic Bit Manipulation Transacting on Ethereum is extremely expensive, so sometimes, it makes sense to aim for more granular control over your code. One way to achieve this is to utilize bit operations! They can also be quite useful outside of optimization. I’ve posted a few bit twiddling techniques to my Twitter [@fiveoutofnine](https://twitter.com/fiveoutofnine): * [quick/small mapping](https://twitter.com/fiveoutofnine/status/1489997746526322688) * [bitpacking consecutive data to reduce storage costs](https://twitter.com/fiveoutofnine/status/148862746724593
Explore this link on the map →saved by
related reading
- The Hitchhiker's Guide to Ethereum - Delphi Digitalmembers.delphidigital.io
- BattleSnark: Learning zk-SNARK by building Battleshipkunalm.xyz
- Binius: highly efficient proofs over binary fieldsvitalik.eth.limo
- Should Ethereum be okay with enshrining more things in the protocol?vitalik.eth.limo
- The Ethereum Virtual Machine — How does it work? | by Luit | MyCrypto | Mediummedium.com
- #1 Solidity Tutorial & Ethereum Blockchain Programming Course | CryptoZombiescryptozombies.io
- Squeezing a sokoban game into 10 lines of codecole-k.com
- EIP-4844: Shard Blob Transactionseips.ethereum.org
- How does Ethereum work, anyway?preethikasireddy.com
- REVM Is All You Need. How to build simulated blockchain… | by Solid Quant | Mediummedium.com
- solidity - How to use Ethereum precompile bn256Pairing to check equality on symmetric groups? - Ethereum Stack Exchangeethereum.stackexchange.com
- CS107 Assignment 1: A Bit of Funweb.stanford.edu