Fine, you are the programmer?
Yup. Other folks are certainly welcome to participate!
Your core is really better the code is smaller.
Excellent! For the ATtiny85 processor, the next update will be even better. My programs have been 3.5% to 5% smaller with it. In addition, for the digital functions, if the parameters are compile-time constants, they reduce to single machine instruction. The code is a variation of the digital*Fast functions.
There are some options in the "core_build_options.h" that can be used to shave a tiny bit off the program size.
For the ATtiny2313, if you're doing write-only serial, using Tiny Debug Serial instead of HardwareSerial reduces the program size.
Now I unaderstand a bit more AVR-language.
Glad to hear it!