这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.1.2

Latest
Compare
Choose a tag to compare
@aazuspan aazuspan released this 02 May 21:20
eedc38c

Changed

  • eerepr.reset() now clears the cache immediately instead of waiting for eerepr.initialize().

Performance

  • Non-deterministic objects are no longer cached, rather than getting a unique attribute to force a cache miss. Negligible reduction in memory, unless you're caching huge shuffled lists.
  • The optimization of long truncated lists was modified to check list lengths against a pre-computed max length instead of calculating the minimum string length of each list. Minor speedup when working with a lot of lists.