-
Notifications
You must be signed in to change notification settings - Fork 11
Help
Steve Ball edited this page Sep 20, 2024
·
3 revisions
-
Add global value interning. This will allow equality comparisons to be done by comparing pointers, rather than content. It will increase sharing, reduce memory consumption, and improve performance. However, there is a risk that it will leak memory if not done properly.
-
Implement abbreviated syntax for XPath. This has been done (see may-2024 branch), but there are some edge cases not covered and more tests to be added.