util.ThreadLocal - faster/simpler keys

Issue #743 resolved
Former user created an issue

util.ThreadLocal - would be faster if the key in the _tdict is tuple(id,key) and not some formatted string off these? or the key is nonhashable

Comments (2)

  1. Log in to comment