Be aware that this branch (ot/debt/thread-locals-are-kill) is not the main branch (version/7.4.x)!

Branches other than the main one may be experimental. In addition, you should be using stable releases rather than these test builds.

Go to main branch View stable downloads
View last successful build
Branch#StatusChangesFinished
ot/debt/thread-locals-are-kill#7502Tests passed: 252, ignored: 1
  • Remove ThreadLocal usage In some cases, it probably wasn't really saving us anything since creating the object is likely cheaper than doing the lookup. For Request, it perfectly fits `ScopedValue`, so we adjust all usages to work with that instead. (373f30ab by Octavia Togami)
17 hours ago
  • «
  • 1
  • »