Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


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

[Frama-c-discuss] needing help to write a frama-c plugin



On 09/01/2014 07:54 PM, Julien Signoles wrote:
For
> instance in your code, you use a familiar C-like pattern with a for-loop
> over a list which results on an unexpected O(n*n*ln(n)) behaviour where
> n is the size of the list.

A careful reader would have read O(n*n*n): no habit of using a 
linear-time membership function ;-).

--
Julien