| Age | Commit message (Collapse) | Author |
|
from deprecated
|
|
module update
|
|
|
|
|
|
|
|
Profiling the compilation of the OALD lexicon showed that 90-95% of the time was spent in topoSort. The old implementation was quadratic. Replaced this with O(E + V) implementation, in GF.Data.Relation. This gave a 10x speed-up (~ 25 sec instead of ~270 sec) for compiling ParseEng and OaldEng.
|
|
60% of the CPU time when reading a large .gfo file. Replacing BinTree by Data.Map reduced this to about 6%, which meant about 50% reduction in total CPU time.
|
|
|
|
|
|
GF-embed does not have to include GF.Data.Operations.
|
|
|
|
|
|
|
|
|
|
in SRG generation. Added support for probabilities in for SRGS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field lock in MkResource.
Terrible bug fixed in Check Grammar.
|
|
Rebuilding resource libraries.
Working with resource interfaces.
|
|
|
|
|