diff options
author | Ludovic Courtes | 2006-02-25 13:02:20 +0000 |
---|---|---|
committer | Ludovic Courtes | 2006-02-25 13:02:20 +0000 |
commit | a0d8397787ffcaaec7c885542fb5e7f3de3fdc9a (patch) | |
tree | 08bc6c0701a8a00cf260928bd719c306b4ed9b67 /ChangeLog | |
parent | ae7f43fb57d1e8a7df040c372cc4d2b7e4532ad7 (diff) | |
download | skribilo-a0d8397787ffcaaec7c885542fb5e7f3de3fdc9a.tar.gz skribilo-a0d8397787ffcaaec7c885542fb5e7f3de3fdc9a.tar.lz skribilo-a0d8397787ffcaaec7c885542fb5e7f3de3fdc9a.zip |
Made `make-string-replace' faster.
* src/guile/skribilo/runtime.scm (%make-general-string-replace): Use a
hash table rather than a list.
git-archimport-id: lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2--patch-35
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--lcourtes@laas.fr--2005-mobile/skribilo--devel--1.2 # +2006-02-25 13:02:20 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-35 + + Summary: + Made `make-string-replace' faster. + Revision: + skribilo--devel--1.2--patch-35 + + * src/guile/skribilo/runtime.scm (%make-general-string-replace): Use a + hash table rather than a list. + + modified files: + ChangeLog src/guile/skribilo/runtime.scm + + 2006-02-21 20:55:41 GMT Ludovic Courtes <ludovic.courtes@laas.fr> patch-34 Summary: |