On Monday, 10 September 2018 at 12:16:03 UTC, Adam D. Ruppe wrote:
On Sunday, 9 September 2018 at 14:28:11 UTC, Guillaume Piolat
wrote:
I don't manage to find x-module search again, perhaps disabled.
Yeah, there's a memory leak in it so leaving it up would kill
the box to build actual docs. And the last couple months have
been crazy IRL, but I scheduled some time this week to work on
the code again (last week, pushed up a new parser with the uda
on params support, etc btw).
I think my solution is going to be to dump the search index in
a rdbms and let it manage the memory lol (though it is an
immutable binary tree, why it leaks is kinda beyond me,
probably just sloppy code somewhere like "foo" ~ desc).
Perhaps -profile=gc can tell
Webfreak made a "symbol search" program which looks similar?