Skip to content

JoeyAcc/xqparserperf

This branch is up to date with apb2006/xqparserperf:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 16, 2012
b67c0fc · Feb 16, 2012

History

4 Commits
Feb 13, 2012
Feb 16, 2012
Feb 13, 2012
Feb 13, 2012
Feb 13, 2012
Feb 16, 2012
Feb 16, 2012
Feb 16, 2012

Repository files navigation

xqparserperf

==============

A comparison of XQuery engine performance running the XQuery parser from xquerydoc project. The test parses the XQuery program string "2+3"

The XQuery version

import module namespace p="XQueryV30" at "XQueryV30.xq";
p:parse-XQuery("2+3")

A node version is in the node folder.

node node/app.js

Blog at http://cubeb.blogspot.com/search/label/xqueryperf

About

xquery parser performance test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XQuery 56.5%
  • JavaScript 43.5%