ELScheduler

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

12 check-ins

2024-06-20
19:36
Migrate documentation to Markdown. ... (Leaf check-in: fb958e829d user: imagic tags: trunk)
2020-10-28
18:28
Release 1.1. ... (check-in: fdea111150 user: imagic tags: trunk, 1.1)
18:24
Clarify and fix a major binary heap issue. Because of a wrong assumption (heapify-down only on deletion), arbitrary removal of timers (non-root) were able to invalidate the binary heap. ... (check-in: 4d33f9c7c6 user: imagic tags: trunk)
17:40
Fix examples ambiguity and improve testing. - package.path could silently load another version of the module - test order with random insertions/deletions ... (check-in: a4409c12a4 user: imagic tags: trunk)
2020-06-14
19:52
Really fix major issue in rockspecs. - reverts commit 6aa30b09e262a4a50fb4b28c567145bdde2dc92d - add revisions ... (check-in: 23c7add238 user: imagic tags: trunk)
19:39
Fix major issue in rockspecs. ... (check-in: 1f349cb526 user: imagic tags: trunk)
2020-03-01
15:33
More doc and rockspecs; release 1.0. ... (check-in: 4845f2bc8d user: imagic tags: trunk, 1.0)
15:24
Add basic test (order). ... (check-in: 0db9139ff8 user: imagic tags: trunk)
15:21
doc: Expose more useful timer data. ... (check-in: cbc0140927 user: imagic tags: trunk)
2020-01-30
23:04
opti: Computation and memory. - use locals - avoid creating tables ... (check-in: 0eadabdc20 user: imagic tags: trunk)
22:56
Basic implementation. - use binary heap for timers - repeated timers are implemented as re-add then trigger ... (check-in: 3ba457e665 user: imagic tags: trunk)
2019-12-17
22:15
Big Bang. ... (check-in: 8df95bc961 user: imagic tags: trunk)