|
| From: | Chicken Trac |
| Subject: | [Chicken-janitors] Re: #254: wiki-parse deficiencies |
| Date: | Fri, 28 May 2010 10:41:07 -0000 |
#254: wiki-parse deficiencies
------------------------+---------------------------------------------------
Reporter: syn | Owner: sjamaan
Type: defect | Status: new
Priority: major | Milestone: 4.6.0
Component: extensions | Version: 4.5.0
Keywords: wiki-parse |
------------------------+---------------------------------------------------
Comment(by sjamaan):
After disabling the actual request in estraier-client:
{{{
(time (qwiki-update-file! '("9p")))
13.429 seconds elapsed
3.484 seconds in (major) GC
2732397 mutations
155 minor GCs
108 major GCs
}}}
After disabling the call to put-document in qwiki-search:
{{{
(time (qwiki-update-file! '("9p")))
4.555 seconds elapsed
2.262 seconds in (major) GC
342063 mutations
238 minor GCs
69 major GCs
}}}
I guess that rules out http-client and qwiki-search and leaves estraier-
client.
--
Ticket URL: <http://www.irp.oist.jp/trac/chicken/ticket/254#comment:15>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
| [Prev in Thread] | Current Thread | [Next in Thread] |