|
|
|
|
|
by jsmeaton
4572 days ago
|
|
Exactly the same things? No, of course not. The non-framework code is the same, but the framework specific code (and features/functions) is going to be very very different. A lot of pull requests have been sent that turn off certain features (like unnecessary django middleware). Barebones frameworks of the same language are generally going to out perform heavier frameworks. Feature count/matrixes are not taken into consideration for these benchmarks. |
|
Of course barebones platforms will be faster, but doing unnecessary work is a different thing.