in reply to Re^2: When every microsecond counts: Parsing subroutine parameters
in thread When every microsecond counts: Parsing subroutine parameters

Here's a write-up of the Plucene method call issue.

Everything in Lucene is a method, down to outstream.writeByte(). Hash-based method dispatch just isn't fast enough for a straight port.

--
Marvin Humphrey
Rectangular Research ― http://www.rectangular.com
  • Comment on Re^3: When every microsecond counts: Parsing subroutine parameters
  • Download Code