Skip to content

v1.2.1

Compare
Choose a tag to compare
@Jacksgong Jacksgong released this 09 Sep 08:41
· 40 commits to master since this release

CHANGELOG|中文迭代日志

Enhancement

  • Improve Performance: Using String#compareToIgnoreCase() instead of String#toLowCase() and String#startWith() to reduce cost time in the IThreadDebugger#refresh() method.
  • Improve Performance: Optimize the code style in thread-debugger library to improve the performance.