Some implementations use a streaming format to download and load packages to optimize the MiniApp load time. Is it worth specifying?
As an example, ByteDance Mini Programs use their own ttpkg package format instead of a zip package, so they don’t need to wait for the complete package to be downloaded before they can load it.
(Sub-packaging is another feature that reduces loading time, and a MiniApp platform can implement both of them.)
Some implementations use a streaming format to download and load packages to optimize the MiniApp load time. Is it worth specifying?
As an example, ByteDance Mini Programs use their own ttpkg package format instead of a zip package, so they don’t need to wait for the complete package to be downloaded before they can load it.
(Sub-packaging is another feature that reduces loading time, and a MiniApp platform can implement both of them.)