octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Race condition seems to be fixed


From: Jacob Dawid
Subject: Re: Race condition seems to be fixed
Date: Tue, 22 May 2012 11:05:06 +0200

I have speed up updating the model by just deleting the whole model and rebuilding it which is way faster than looking for changes (O(n), was O(n²) before). Now updating a symbol table with 1k variables takes 6ms (780ms before) and 10k variables takes 66ms.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]