Skip to content
  1. Nov 10, 2022
    • Vlastislav Dohnal's avatar
      * Dependencies updated (messif-private) due to ObjectFeature class used (TODO:... · 88807d66
      Vlastislav Dohnal authored
      * Dependencies updated (messif-private) due to ObjectFeature class used (TODO: Move from messif private to messif public and remove this dependency)
      * New method to preparaPPPcode added to MIndexObjectInitializer
      * Increased verbosity of toRichString() and other toString() methods
      * Parallel kNN query evaluation added
      * Support of new DumpObjectsToFilesOperation and TruncateOperation added
      * Other refactoring
      88807d66
  2. Mar 25, 2022
  3. Apr 24, 2017
  4. Jun 14, 2016
  5. Dec 17, 2015
  6. Sep 22, 2015
  7. Aug 06, 2015
  8. Jun 15, 2015
  9. May 17, 2015
  10. May 08, 2015
  11. Apr 14, 2015
  12. Apr 09, 2015
  13. Mar 25, 2015
  14. Mar 18, 2015
  15. Feb 12, 2015
  16. Feb 11, 2015
  17. Jan 26, 2015
  18. Oct 23, 2014
  19. Sep 22, 2014
  20. Sep 18, 2014
  21. Aug 29, 2014
  22. Aug 06, 2014
  23. Jul 10, 2014
  24. Jun 23, 2014
  25. May 15, 2014
  26. Feb 21, 2014
  27. Jan 30, 2014
    • xnovak8's avatar
      * renamed one parameter · edd53678
      xnovak8 authored
       * added "getParamComment" to the Parameter
       * getDynamicKey method created in MetricIndex
      edd53678
  28. Dec 20, 2013
    • xnovak8's avatar
      * commiting last version compatible with the PPP-Code indexes built for the... · 92bb3c29
      xnovak8 authored
       * commiting last version compatible with the PPP-Code indexes built for the PPP-Code indexes (Fall 2013); the VoronoiLeaf nodes use "int objectCount" which is WRONG for M-Index multi-buckets (because of parallel processing of inserts and thread synchronization)
       * next version of M-Index should use "AtomicInteger objectCount" (it is commented out in this version)
      92bb3c29
  29. Dec 12, 2013
    • xnovak8's avatar
      * fixed two bugs in insert: · dc52f967
      xnovak8 authored
         1) in case of multi-buckets, multi-threads, split could have been initiated on a node already split by a different thread
         2) objectCount was transient int, but should have been AtomicInteger
       * fixed approx search in case of multi-bucket when all objects from the multi-bucket are processed (much more objects were accessed than specified by the approx configuration)
      dc52f967
  30. Dec 03, 2013
  31. Dec 02, 2013
  32. Nov 28, 2013
  33. Nov 22, 2013
  34. Nov 08, 2013
  35. Sep 27, 2013
  36. Sep 25, 2013