Ken Huang

Results 64 comments of Ken Huang

I can't reproduce it either. P.S. Maybe we should have some logging mechanism to see what's happening while generating docs.

Since we can't reproduce it, we can do little. @schneiderlin Maybe you can set a breakpoint on `note-to-items` and see how it goes. My random guess is that `hide-code?` is...

> I think what you are missing is that as-jvm creates bridge objects that implement a subset of the interfaces in java.util -- ->jvm creates copies of the data. Passing...

I found out from a flamegraph that this slowness is due to walking through the whole directory. I'm not sure if this is a problem, or it's just necessary to...