]> Git — Sourcephile - gargantext.git/commit
[refactoring] add StrictData option, refactor Data.Map to Strict
authorPrzemysław Kaminski <pk@intrepidus.pl>
Wed, 25 Jan 2023 13:19:26 +0000 (14:19 +0100)
committerPrzemysław Kaminski <pk@intrepidus.pl>
Wed, 25 Jan 2023 13:19:26 +0000 (14:19 +0100)
commit5a1ba21fb314fba29e4575206024b1a4e1823cd1
treef793fda0ee02c704e6dc698e7bb36b2a475c3527
parent10fe2334b5ac89fb45318d54151043cb5d6c731d
[refactoring] add StrictData option, refactor Data.Map to Strict

Based on the suggestions in
https://kodimensional.dev/space-leak
58 files changed:
bin/gargantext-cli/Main.hs
gargantext.cabal
package.yaml
src-test/Core/Text/Examples.hs
src/Gargantext/API/GraphQL/AsyncTask.hs
src/Gargantext/API/Ngrams/List.hs
src/Gargantext/API/Ngrams/Prelude.hs
src/Gargantext/API/Node/Corpus/Export.hs
src/Gargantext/API/Public.hs
src/Gargantext/Core/Ext/IMT.hs
src/Gargantext/Core/Methods/Graph/BAC/Proxemy.hs
src/Gargantext/Core/Methods/Graph/MaxClique.hs
src/Gargantext/Core/Statistics.hs
src/Gargantext/Core/Text/List.hs
src/Gargantext/Core/Text/List/Group/WithStem.hs
src/Gargantext/Core/Text/List/Learn.hs
src/Gargantext/Core/Text/List/Merge.hs
src/Gargantext/Core/Text/List/Social.hs
src/Gargantext/Core/Text/List/Social/Patch.hs
src/Gargantext/Core/Text/List/Social/Prelude.hs
src/Gargantext/Core/Text/Metrics.hs
src/Gargantext/Core/Text/Metrics/Utils.hs
src/Gargantext/Core/Text/Terms.hs
src/Gargantext/Core/Text/Terms/Eleve.hs
src/Gargantext/Core/Types/Main.hs
src/Gargantext/Core/Viz/Chart.hs
src/Gargantext/Core/Viz/Graph/Bridgeness.hs
src/Gargantext/Core/Viz/Graph/Index.hs
src/Gargantext/Core/Viz/Graph/Legend.hs
src/Gargantext/Core/Viz/Graph/Tools.hs
src/Gargantext/Core/Viz/Graph/Tools/IGraph.hs
src/Gargantext/Core/Viz/Graph/Tools/Infomap.hs
src/Gargantext/Core/Viz/Graph/Utils.hs
src/Gargantext/Core/Viz/LegacyPhylo.hs
src/Gargantext/Core/Viz/Phylo.hs
src/Gargantext/Core/Viz/Phylo/API/Tools.hs
src/Gargantext/Core/Viz/Phylo/Example.hs
src/Gargantext/Core/Viz/Phylo/PhyloExport.hs
src/Gargantext/Core/Viz/Phylo/PhyloMaker.hs
src/Gargantext/Core/Viz/Phylo/PhyloTools.hs
src/Gargantext/Core/Viz/Phylo/SynchronicClustering.hs
src/Gargantext/Core/Viz/Phylo/TemporalMatching.hs
src/Gargantext/Database/Action/Flow.hs
src/Gargantext/Database/Action/Flow/List.hs
src/Gargantext/Database/Action/Flow/Utils.hs
src/Gargantext/Database/Action/Metrics.hs
src/Gargantext/Database/Action/Metrics/Lists.hs
src/Gargantext/Database/Action/Metrics/NgramsByContext.hs
src/Gargantext/Database/Action/Search.hs
src/Gargantext/Database/Query/Table/Ngrams.hs
src/Gargantext/Database/Query/Table/NodeNgrams.hs
src/Gargantext/Database/Query/Tree.hs
src/Gargantext/Database/Schema/Ngrams.hs
src/Gargantext/Utils/Jobs/Map.hs
src/Gargantext/Utils/Jobs/Monad.hs
src/Gargantext/Utils/Jobs/State.hs
src/Gargantext/Utils/JohnSnowNLP.hs
src/Gargantext/Utils/Servant.hs