| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-27 | More efficient implementation of topological sort. | bjorn | |
| 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. | |||
| 2008-11-26 | My profiling showed that the BinTree operations were responsible for about ↵ | bjorn | |
| 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. | |||
| 2008-06-25 | changed names of resource-1.3; added a note on homepage on release | aarne | |
| 2008-06-25 | removed src for 2.9 | aarne | |
| 2007-12-20 | Moved Err definition to GF.Data.ErrM from GF.Data.Operations. This means the ↵ | bringert | |
| GF-embed does not have to include GF.Data.Operations. | |||
| 2007-06-17 | checking name conflicts; some RGs don't work now | aarne | |
| 2006-03-03 | distinguished uni and multi treebanks | aarne | |
| 2005-11-17 | nondeterministic lexer, e.g. subseqs | aarne | |
| 2005-11-11 | More efficient implementations of mapPairsM and mapPairListM | bringert | |
| 2005-11-01 | Documented SRGS XML generation. Started working on support for probabilities ↵ | bringert | |
| in SRG generation. Added support for probabilities in for SRGS. | |||
| 2005-05-30 | BinTree vs. FiniteMap | aarne | |
| 2005-04-21 | Fixed module names and imports after giant file move. | bringert | |
| 2005-03-29 | "Committed_by_peb" | peb | |
| 2005-03-14 | Err is now an instance of MonadPlus. | krijo | |
| 2005-02-24 | "Committed_by_peb" | peb | |
| 2005-02-18 | "Committed_by_peb" | peb | |
| 2005-02-04 | resources and new instantiation syntax | aarne | |
| 2005-02-04 | "Committed_by_peb" | peb | |
| 2005-02-03 | "Committed_by_peb" | peb | |
| 2004-08-23 | Added CFGM format (pm -printer=cfgm) and utf8 conversion for pm. | bringert | |
| 2004-06-15 | improved make facility: remember state if fails; does not need source | aarne | |
| 2004-06-10 | *** empty log message *** | peb | |
| 2004-06-06 | *** empty log message *** | peb | |
| 2004-06-02 | *** empty log message *** | peb | |
| 2004-05-26 | strict BinTree | aarne | |
| 2004-03-26 | Better help. | aarne | |
| 2003-11-13 | Field lock in MkResource. | aarne | |
| Field lock in MkResource. Terrible bug fixed in Check Grammar. | |||
| 2003-10-21 | Rebuilding resource libraries. | aarne | |
| Rebuilding resource libraries. Working with resource interfaces. | |||
| 2003-10-06 | added Functor instance for Err datatype | peb | |
| 2003-09-22 | Founding the newly structured GF2.0 cvs archive. | aarne | |
