Skip to content

Implementation of Clojures persistent vector in Nim for easy immutable lists.

Notifications You must be signed in to change notification settings

PMunch/nim-persistent-vector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Persistent Vector

This is an implementation of Clojures persistent vectors in Nim. The default branching factor is 32 as in Clojure, but can be changed by using the boot switch -d:persvectorbits=n where n is the power of two to use as the branching factor (and thus defaults to 5 for 32-way branching).

For more information see the vector.nim file and it's doc-strings.

About

Implementation of Clojures persistent vector in Nim for easy immutable lists.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages