[racket] datum-intern-literal and lists?

From: Eli Barzilay (eli at barzilay.org)
Date: Tue Jun 26 23:05:16 EDT 2012

6 hours ago, Danny Yoo wrote:
> 
> [Note: I find a place in Scribble that might help improve speed by
> about 15%.  See below.]
> 
> I'll tried adding the fast path computation, with no effective
> difference. The statistical profiler is not working well in this
> instance.

Any idea why?  Did you trace everything under a custodian to catch all
threads etc, and ran without places?


> I did not expect steps 2 and 3 to take that much time, but according
> to (time ...), they take a significant amount of time.  Out of the
> 26 seconds on my machine, it takes about four seconds to do step 2,
> and another three seconds to do step 3.
> 
> So about 15% of the time in html-render is spent coersing xexprs to
> xml structure! [...]

And how much is that time compared to the overall time of starting
with the .scrbl sources and ending with the final html pages?

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the users mailing list.