Skip to content

A static memory structure in Perl6, bidimensional, that uses String for column names and rows starting from one.

License

Notifications You must be signed in to change notification settings

shinobi/Data-StaticTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-StaticTable

The StaticTable provides a way to handle bidimensional data in a fashion somewhat similar to a spreadsheet

  • Columns have names
  • Rows have numbers, starting from 1

The name Static comes from the fact that, after creation, you can not add or remove elements from it. If you want to do that, you can take a subset from it to create another one

A Query object is provided to perform searches using the native perl6 grep over columns, and handle indexes automatically.

Detailed documentation is available at https://github.com/shinobi/Data-StaticTable/wiki

Please send comments and ideas to shinobi.cl@gmail.com

About

A static memory structure in Perl6, bidimensional, that uses String for column names and rows starting from one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%