You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PTJD is a JPEG decoder written in plain Tcl, no C. It's heavy on lappend and binary scan. It runs in both Tcl 8.5+ and Jim Tcl and shows a big difference in performance between Tcl 8.6 and Jim Tcl.
Disclosure: I wrote PTJD and I may work on improving Tcl's performance for the bounty later.
The text was updated successfully, but these errors were encountered:
PTJD is a JPEG decoder written in plain Tcl, no C. It's heavy on
lappend
andbinary scan
. It runs in both Tcl 8.5+ and Jim Tcl and shows a big difference in performance between Tcl 8.6 and Jim Tcl.Disclosure: I wrote PTJD and I may work on improving Tcl's performance for the bounty later.
The text was updated successfully, but these errors were encountered: