The current EventProcessor code for computing Laplacians and boundaries is long and repetitive. It should be simplified to handle dynamic simplices, reduce repeated code, and improve memory usage when saving chunks. Running compute_lapl_and_bounds() on large datasets can be inefficient, and feature vectors for nodes, edges, and faces should be dynamically handled for all events.
Environment: Python 3.10+, PyTorch, gudhi, awkward, numpy, scnn.