fossillogic / fossil-tofu

ToFu is a versatile, platform-independent library offering a comprehensive suite of data structures, algorithms, and a generic Tofu type, all designed to facilitate high-performance and reliable software development.
https://fossillogic.com/docs/tofu-the-flavorless/
Mozilla Public License 2.0
2 stars 1 forks source link

Add a way to insert or remove multable ToFu nodes with a single method #4

Closed dreamer-coding closed 1 week ago

dreamer-coding commented 1 month ago

Is your feature request related to a problem? Please describe. Adding and or removing ToFu nodes is a bit of a changeling task when dealing with large clusters and far worse depending on the mass of the cluster gets. I think a few new methods to handle these operations in large quantities.

Describe the solution you'd like A clear and concise description of what you want to happen. Adding methods to cover these features and perhaps other operations as needed would be handy, thinking something like fossil_tofu_<some structure>_insert_cluster and fossil_tofu_<some structure>_remove_cluster are two functions that could go in, names could change as needed but the goal is to perform a task on a large cluster of ToFu nodes.

Describe alternatives you've considered Nothing I can think of at this time.

Additional context Nothing I can think of at this time.

dreamer-coding commented 3 weeks ago

Batch processing most likely