1b4333f866
Motivation: Simplified code, less memory usage for static holders. Modifications: Replaced new byte[0] with {} Removed unused empty array static holders. Result: Simpler, clear code.