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.
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.
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
andfossil_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.