= idutils complex formula query support = This page documents the proposal for adding complex query support to idutils. [[TableOfContents(4)]] Coccinelle has had support for glimpse for a while now, and it had proven to yield the best performance. Although glimpse is open sourced now ([https://github.com/gvelez17/glimpse official repo here], [https://github.com/mcgrof/glimpse repo that builds here]), the software is not well maintained. Coccinelle also supports [https://www.gnu.org/software/idutils/ GNU idutils] and this seems to provide very good performance. For optimal performance Coccinelle could be extended to support idutil's regexps, but another alternative is to use complex forumlas similar to what glimpse supports. For details [https://lkml.kernel.org/r/alpine.DEB.2.02.1606181230460.2079@localhost6.localdomain6 refer to this thread]. = Gettning idutils = idutils is still on CVS, to check out code using git you can use git-cvsimport as follows: {{{ mkdir idutils cd idutils /usr/lib/git/git-cvsimport -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/idutils idutils }}} = Interested mentors = * Luis R. Rodirguez * Julia Lawall