Coluna.jl icon indicating copy to clipboard operation
Coluna.jl copied to clipboard

Simplified version of storage

Open guimarqu opened this issue 3 years ago • 1 comments

  • Previous storage was embedding a "manual" garbage collector. I simplified the code to remove the manual GC because Julia GC bound memory performances.
  • UnitPermissions are still present but not used anymore. It did not create errors in e2e tests.
  • Interface to implement unit storages and records is quite the same

guimarqu avatar Aug 16 '22 06:08 guimarqu

Broken tests because of JuMP 1.2.0 release. Update: fixed in https://github.com/atoptima/BlockDecomposition.jl/pull/89

guimarqu avatar Aug 16 '22 06:08 guimarqu