aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/parsing.md
diff options
context:
space:
mode:
authorEduardo Julian2019-11-21 23:05:27 -0400
committerEduardo Julian2019-11-21 23:05:27 -0400
commitb7cff25b71f024a4da86603e5a0b432fae1601e6 (patch)
treedf4929342cd2cba1d89122115cd0dbb85841bb8d /documentation/research/parsing.md
parentfa40cabbf361b717023183b57eed3bb72919a080 (diff)
Ported JVM host extension generation to the new JVM bytecode machinery.
Diffstat (limited to '')
-rw-r--r--documentation/research/parsing.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/research/parsing.md b/documentation/research/parsing.md
index f33307463..1d5bac732 100644
--- a/documentation/research/parsing.md
+++ b/documentation/research/parsing.md
@@ -1,3 +1,5 @@
# Reference
+1. [Base64 encoding and decoding at almost the speed of a memory copy](https://arxiv.org/abs/1910.05109)
1. [Parsing XML at the Speed of Light](https://aosabook.org/en/posa/parsing-xml-at-the-speed-of-light.html)
+