estdlib
estdlib copied to clipboard
Add memset
Occasionally memset is more convenient than fill_n. Add this in, and alias/wrap if std one exists.
On ESP32 devices sometimes byte fills are faster than fill_n word fills
Implement memset option for byte-level efficiency on ESP32, alongside existing fill_n
Recommended to do this in conjunction with #85