Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new function xbt_dynar_search_or_negative()
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 May 2012 08:40:10 +0000 (10:40 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 May 2012 12:56:26 +0000 (14:56 +0200)
commit3b0fced0a85b3f40e7138340dfb1ddcc630d2d07
treeb807904ffb05c5c7a83d78341e1135bec07773f0
parent7852e4b4039886f33fe9e7cd406848ffc33dfef8
new function xbt_dynar_search_or_negative()

It is useful when you have less than 2 million elements in your dynar
and don't want of the extra complexity of catching exceptions when the
element is not found.
ChangeLog
include/xbt/dynar.h
src/xbt/dynar.c