summaryrefslogtreecommitdiff
path: root/cli/js/rbtree.ts
AgeCommit message (Collapse)Author
2020-07-19Port internal TS code to JS (#6793)Bartek IwaƄczuk
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
2020-07-06clean up code in cli/js (#6611)Stanislav
2020-03-28Update to Prettier 2 and use ES Private Fields (#4498)Kitson Kelly
2019-10-31cli: replace timer map with red-black tree (#3218)Kevin (Kun) Kassimo Qian
This avoids a crash when the Deno process has been running for 2**32 ms (about 50 days). Additionaly, time complexity of finding which timer is due to fire next is reduced from from O(n) to O(log n).