This website requires JavaScript.
Explore
Help
Sign In
status-im
/
QR-Code-generator
Watch
2
Star
0
Fork
0
You've already forked QR-Code-generator
mirror of
https://github.com/status-im/QR-Code-generator.git
synced
2025-02-25 02:45:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
QR-Code-generator
/
java
/
io
History
Project Nayuki
52694b5327
Simplified/deoptimized Java and JavaScript code to use string search instead of lookup table for alphanumeric mode encoding, without changing functionality. This is similar to the previous commit 106e31d9c7f2. By comparison, the Python code had always used a proper dictionary, and the C code implemented string search from the start.
2017-05-08 06:20:50 +00:00
..
nayuki
/qrcodegen
Simplified/deoptimized Java and JavaScript code to use string search instead of lookup table for alphanumeric mode encoding, without changing functionality. This is similar to the previous commit 106e31d9c7f2. By comparison, the Python code had always used a proper dictionary, and the C code implemented string search from the start.
2017-05-08 06:20:50 +00:00