9:10:11karloszso recursive functions with array accesses can't eliminate bounds reliably
9:11:05karloszdoes anyone have a good harness for benchmarking compile times and stuff like CP?
9:11:12karloszwhere do people get their numbers from
9:39:20aethquicklisp or ASDF says how long a compilation takes if you ql:quickload with :verbose t so that's where I've personally always seen compilation time timed.
9:40:24aethe.g. "compilation finished in 0:00:02.961" for a file that takes almost 3 seconds
10:08:10Josh_2I am getting very odd behaviour using condition-wait. https://plaster.tymoon.eu/v/7TQCU1KY2 I am not passing in a timeout, it is :timeout nil and the mutex above is also :timeout nil :wait-p t
10:12:52Josh_2I can try and adjust it so that the timeout key is not passed at all
10:21:28aethOh, oops, what I said is probably a side effect of using package-inferred-system in ASDF.
11:36:50Josh_2Reverted my code back to bt2 and now I dont have this mystery timeout