2 Commits (15ce4f1f0562e0d3cf57bac12482d87b7afa8147)

Author SHA1 Message Date
Drew Short 15ce4f1f05 Changing packages around to match new modules 10 years ago
Drew Short dfa3dee087 Working on creating a multi-module build of the project! 10 years ago
Drew Short b701ea28e8 Fix for the concurrent engine. 10 years ago
Drew Short fabace8005 Fixes for unmanaged FileInputStreams hogging file descriptors. 10 years ago
Drew Short b9faa78f43 Started work on abstracting out the messaging in the engine. Moving over to dedicated actor(s) for handling messages and progress. 10 years ago
Drew Short 47606ba4a0 Added a recursive option. Added some information and changed the api of the Engine class. 10 years ago
Drew Short d474b42952 Massive improvements in the concurrent engine 10 years ago
Drew Short 1520136d15 Making the sequential engine similarity searchthe default for the concurrent engine while solving the concurrent engine issues. 10 years ago
Drew Short d561199300 Added some logic to limit the number of heavy threads produced and used by the concurrent engine. 10 years ago
Drew Short b05634e002 Concurrency added for the get similar images method. Not convinced it is any faster and my be worse than the synchronous version. 10 years ago
Drew Short e7f0239c3f Added some concurency properties to prevent the build failing on a meager build server. 10 years ago
Drew Short b36e1e55d2 Started work on making the images similarity search concurrent as well 10 years ago
Drew Short 13ab46b5a8 Updated logging during searching to be less annoying. Changed the concurrent engine to use more actors, additionally made it use a different type of router for efficiency since not all images in a directory will take the same amount of time to process. 10 years ago
Drew Short 19cd92850d Working concurrent engine, however only a few methods are truly concurrent. Needs further work. 10 years ago
Drew Short 4581de443e Started work on making the processing of images concurrent on a per engine basis 10 years ago