Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Subhransu Bhattacharjee <[email protected]>
  • Loading branch information
1ssb committed Sep 11, 2023
1 parent 4147601 commit 97f269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Mangrove is a utility data structure designed to manage various types of data wi
- **Seamless GPU Acceleration**: `tocuda()` for easy data transfer to CUDA GPUs.
- **Dynamic Depth Management**: `push()` adjusts variable depths dynamically.
- **Depth 0**: Untyped data layer for flexibility.
- **Inosculation**: `inosc()` allows direct value manipulation across depths.
- **Inosculation**: `inosc()` allows direct value accessing and joining across depths. Inspired from the structure in trees.
- **Uprooting**: `uproot()` moves variables to depth 0.
- **Deleter**: `deleter()` deletes the instance and its data.

Expand Down

0 comments on commit 97f269b

Please sign in to comment.