Search found 3 matches

by wander
Thu Jul 07, 2016 2:44 pm
Forum: General
Topic: Something like Everything on Linux, recommendations?
Replies: 4
Views: 14056

Re: Something like Everything on Linux, recommendations?

I started working on an alternative some weeks ago. It's still pretty early in development and not nearly as solid and feature rich as Everything, but it does already most things I care about: https://github.com/cboxdoerfer/fsearch
by wander
Thu May 26, 2016 5:56 pm
Forum: Development, plugins and third party software
Topic: What data structures does ES use internally?
Replies: 2
Views: 17036

Re: What data structures does ES use internally?

Just an update in case someone is interested in this. My current solution looks like that: The Database is stored in memory as a B-Tree which basically looks like that: http://www.openbookproject.net/tutorials/getdown/unix/images/lesson2/UnixDirectoryTree.png That's quite memory efficient, since I d...
by wander
Fri Jan 15, 2016 11:15 am
Forum: Development, plugins and third party software
Topic: What data structures does ES use internally?
Replies: 2
Views: 17036

What data structures does ES use internally?

Hello, first of all: Thank you for this amazing software! It's one the applications I miss most on other operating systems. That's why I started to develop an alternative for Linux and I have a question regarding some of the data structures you use. Everything search has a pretty small memory footpr...