]> git.mxchange.org Git - simgear.git/commit
Make base64 decode significantly faster.
authorJames Turner <zakalawe@mac.com>
Sat, 5 Oct 2013 22:24:51 +0000 (23:24 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 9 Oct 2013 08:03:27 +0000 (10:03 +0200)
commit68cd84c3308c6617f4c43dcb1801689eb087b029
treed55c7baf7422065b7e1acbece2bb0a5b535b2682
parent0bd82a43d31a25b89bb67df9408e2c805ad72dd9
Make base64 decode significantly faster.

Use a reverse lookup table instead of a call to string.find for
each input byte, much speedier.
simgear/misc/strutils.cxx