krzysztofslusarski / continuous-async-profiler

Spring boot library for continuous profiling with async-profiler
Apache License 2.0
30 stars 5 forks source link

Simplify comparator #11

Closed wyhasany closed 3 years ago

wyhasany commented 3 years ago

Call comparator oldestFirst and reuse Long.compare() to simplify code.