From: Scott Worley Date: Sun, 6 Mar 2022 00:06:36 +0000 (-0800) Subject: Use created-date as id X-Git-Url: http://git.scottworley.com/vopamoi/commitdiff_plain/b6712c31775727ba4eb89708f681d88af3ffb57a?hp=b6712c31775727ba4eb89708f681d88af3ffb57a Use created-date as id This makes getTask() O(1) instead of O(n), which makes replay() 3x faster. ---