https://github.com/dimpiax/bitwisemasking
Explanation project about bitwise approach of value storing
https://github.com/dimpiax/bitwisemasking
Last synced: 3 months ago
JSON representation
Explanation project about bitwise approach of value storing
- Host: GitHub
- URL: https://github.com/dimpiax/bitwisemasking
- Owner: dimpiax
- Created: 2015-11-02T14:26:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T16:56:50.000Z (over 9 years ago)
- Last Synced: 2025-01-08T18:41:36.595Z (5 months ago)
- Language: Swift
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitwiseMasking
Source code as explanation to article: https://medium.com/@dimpiax/swift-bitwise-masking-p-1-b69c5980ebe0#.d7un5q5e5Implementation of this approach in manager location here: https://github.com/dimpiax/BitwiseSwitcher