Queries are now handled by a static graph which means less RAM usage and faster queries.

This commit is contained in:
Dennis Luxen
2010-07-14 12:55:53 +00:00
parent 18b278fe1d
commit fa5a042071
5 changed files with 216 additions and 44 deletions
+2 -2
View File
@@ -7,6 +7,6 @@ The server part is mostly adapted from the boost http examples. It should be rep
The KD-Tree uses a lot of RAM. An own implementation might be better.
Dynamic Graph shall be replaced with a static one for queries
Use Boost to compress all in-/output streams to the file system
Use Boost to compress all in-/output streams to the file system
Rework extractor to be fully externalized