mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 08:49:59 +00:00
Compare commits
6 Commits
88bb1d3031
...
69fd368099
Author | SHA1 | Date | |
---|---|---|---|
![]() |
69fd368099 | ||
![]() |
ae2daeeda7 | ||
d2c2ebca0f | |||
f5f3f2c100 | |||
9fcb1ea2cf | |||
![]() |
623303cf72 |
2
.github/workflows/run-benchmarks.yml
vendored
2
.github/workflows/run-benchmarks.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
run: cargo bench
|
||||
|
||||
- name: Upload benchmark reports
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: benchmark-reports-${{ github.sha }}
|
||||
path: ./target/criterion/
|
||||
|
@ -25,6 +25,12 @@ Rustframe keeps things simple, safe, and readable. It is handy for quick numeric
|
||||
- **Date‑centric row index** - business‑day ranges and calendar slicing built in.
|
||||
- **Pure safe Rust** - 100 % safe, zero `unsafe`.
|
||||
|
||||
### Coming soon
|
||||
|
||||
- **CSV I/O** - read/write CSV files with a simple API.
|
||||
- **Date Utils** - date math, calendar slicing, indexing, and more.
|
||||
- **More math** - more math functions and aggregations.
|
||||
|
||||
### Heads up
|
||||
|
||||
- **Not memory‑efficient (yet)** - footprint needs work.
|
||||
@ -34,6 +40,7 @@ Rustframe keeps things simple, safe, and readable. It is handy for quick numeric
|
||||
|
||||
- Optional GPU help (Vulkan or similar) for heavier workloads.
|
||||
- Straightforward Python bindings using `pyo3`.
|
||||
- Integration with common ML libraries, or introduce simple ML features.
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user