tabularlib

Crates.iotabularlib
lib.rstabularlib
version1.0.0
sourcesrc
created_at2024-10-11 16:58:33.331034
updated_at2024-11-12 06:48:17.708725
descriptionSmall library for abstract matrices stored in single linear vectors created as practice project
homepagehttps://github.com/hirundula/tabularlibrs
repositoryhttps://github.com/hirundula/tabularlibrs
max_upload_size
id1405528
size46,006
(hirundula)

documentation

README

Tabularlib

This is a small library for abstract matrices that I made as a practice project. Unlike regular 2d vectors, it actually uses a single vector and gets each of the cells' coordinates using some arithmetic calculations. The compiler doesn't have to run a bunch of vectors now, and performance is therefore increased.

This project is currently beta, and I plan to expand the code more and include more features, as well as make a separate shell.

Features

>
  • Basic matrix building
  • Better performance than 2d vectors
  • User-friendly code (I hope)

Planned features

>
  • Matrix algebra

Note!

I didn't intend to make anything new, and I know that there might be other libraries that do what I want to do better. It's just, once again, a practice project; if you want, you may use it in your open source or personal projects as well.

All the best! :)

Commit count: 25

cargo fmt