oref0 icon indicating copy to clipboard operation
oref0 copied to clipboard

WIP: Make glucose-get-last faster

Open thomasvargiu opened this issue 9 months ago • 2 comments

Make glucose-get-last extremely with minimum loops and ignoring older useless data.

thomasvargiu avatar May 04 '24 15:05 thomasvargiu

Do you have a time estimate of the gain @thomasvargiu ?

mountrcg avatar May 05 '24 05:05 mountrcg

@mountrcg not really. I tried it on iAPS, I thought it was very slow but currently it isn't a real problem... But the function was something like O(n^3) and now it's just O(n).

thomasvargiu avatar May 05 '24 09:05 thomasvargiu