Classes, LEDs, and Optimization

I am building a program that will manage the colors of LEDs. Would my program run faster if their were many (more than 80) instances of the same class that manages individual LEDs or have all the colors (Red,Green,Blue, and Alpha) lined up in one very large buffer and pull the colors out of the buffer?
Topic archived. No new replies allowed.