Skip to content

HarlanH/Named.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

When building data structures for use with interactive data manipuluation, it is often handy to have data structures that can be efficiently indexed by position (like a vector) as well as readably indexed by name (like a hash table). The NamedIndex type here maps unique names to integer indexes, looking up ByteString indexes in a Dict and passing other index types through. The NamedVector type implements a simple use case, with a backing vector of an arbitrary type.

Written by Tom Short (@tshort) and Harlan Harris (@HarlanH).

See Pull Request 1190 for discussion.

See LICENSE.md for the MIT software license.

About

Julia named index and named vector types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages