Way to create pages quickly

Direct injection in to the DB. Have a look at the codex for $wpdb. I’d suggest putting a line of code in to a for() loop so that you can run it as many times as you want.

<?php $wpdb->insert( $table, $data, $format ); ?>