Skip to content

Commit

Permalink
paper
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Aug 23, 2024
1 parent f91239c commit 04d85f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file modified paper/paper.pdf
Binary file not shown.
7 changes: 3 additions & 4 deletions paper/paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -927,10 +927,9 @@ \subsection{Deletion}

\section{Reimplementation in Clojure}

We reimplemented~\footnote{\url{https://github.com/frenchy64/optimized-kw-maps}}
the \texttt{PersistentHashMap} class from
the Clojure standard library in Clojure---it was originally
written in Java.
We ported~\footnote{\url{https://github.com/frenchy64/hamt-tutorial}}
the \texttt{PersistentHashMap} Java class from
the Clojure standard library to pure Clojure.
This is not the first reimplementation. ClojureScript
features similar pure-Clojure port in its standard library,
and several other languages have ported their own versions
Expand Down

0 comments on commit 04d85f6

Please sign in to comment.