# Packages
Write out a file of a certain size, close it, then measure the performance of doing the following:
1.
No description provided by the author
Create and open a bunch of files, then measure the performance of repeatedly statting them.
Create a file, truncate it up to a particular size, then measure the throughput of repeatedly overwriting its contents without closing it each time.
Create a file, write a bunch of data into it, then close it.