Main Page
From tpl
Contents |
tpl wiki
See also the tpl home page: http://tpl.sourceforge.net
Platform packaging bits
- RPM .spec file for tpl (contributed by Alessandro Ren)
- Gentoo has an ebuild for libtpl in the sunrise overlay
- Windows tpl DLL's
Future enhancements
- environment variable DISABLE_INTEGRITY_CHECK for fast tpl load. Better than a bit flag because this lets the checks be disabled or enabled globally for a process without recompilation.
- handle ## multi-dimensional arrays
- restore TPL_FXLENS mode to TPL_PEEK
- handle size_t, time_t by casting to 64-bit internal value; downcast on 32-bit with fatal error on data loss
- TPL_ZIP mode to tpl_dump
- pointer swizzling
- thread-safe concurrent packing or unpacking of independent index numbers
- rewrite Perl module using shared lib bindings
- rewrite tplxml utility
- other language bindings
- backport to old Borland
- host pre-built DLLs with usage example
- tpledit command line tpl editor
- deprecate S(*) wildcard unpack
Optimizations
- use memvec rather than backbone approach for A(...) dynamic storage
