Skip to content

Commit

Permalink
user manual: programming guide updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Nov 3, 2011
1 parent b1d398a commit 86ff360
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 211 deletions.
4 changes: 2 additions & 2 deletions docs/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -1108,8 +1108,8 @@ <h3>
Lists in earlier versions of NetLogo (4.1 and 4.0) were simple
singly-linked lists and therefore these operations took linear time.
The data structure underlying NetLogo's lists now is the
immutable Vector class from the Scala 2.8 collections library, which
uses 32-wide hash array mapped tries, as developed by Tiark Rompf,
immutable Vector class from the Scala collections library. It
uses 32-wide hash array mapped tries, as implemented by Tiark Rompf,
based in part on work by Phil Bagwell and Rich Hickey.
<p>
If you are certain you want to use raw, mutable JVM arrays in your
Expand Down
Loading

0 comments on commit 86ff360

Please sign in to comment.