[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [computer-go] SGF parsers



> > There is a Java library for high performance in parsing XML
> > (ideal for Java on realtime systems).
> > Here is the link to the site:
> > http://javolution.org/

Just a note: this library might be interesting beside the XML parser, as it
provides a nice way to handle allocation of objects from stack, in a real-time
suited manner. This makes things much faster - useful for Go too. For example
traversing trees can generate plenty of garbage, which this library eliminates.

regards,
Vlad
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://www.computer-go.org/mailman/listinfo/computer-go/