Home

Search results

"tag:bufferedinputstream"


Title and summary Date/time
1
BufferedInputStream's Default Buffer Size Compared to Hard Disk Size
BufferedInputStream Default Buffer Size Series: Previous | Next We can see that Java's BufferedInputStream (BIS) default buffer size has grown over time. I thought it would be interesting to compare it against other metrics in Computer Science, the most ...
04-Mar-2010
14:06:00
2
BufferedInputStream's Default Buffer Size Compared to Moore's Law
BufferedInputStream Default Buffer Size Series: Previous | Next We can see that Java's BufferedInputStream (BIS) default buffer size has grown over time. I thought it would be interesting to compare it against other metrics in Computer Science, the most ...
21-Feb-2010
11:22:00
3
BufferedInputStream's Default Buffer Size Over Time
While micro-benchmarking the performance of BufferedInputStream with various buffer sizes (both on my new fast SSD and a slow slow USB-attached HDD), the question came to mind "Has this default buffer size value changed over time in Java? And if so, who ...
31-Jan-2010
18:55:00
4
Optimal Buffer and Destination Byte Array Size for java.io.BufferedInputStream Reads (for a slow disk)
Earlier in the week I ran some micro-benchmarks against my new very performant Intel X25M solid state drive. Today, for 'kicks', I ran the same benchmarks with the same data against a 5,400 RPM external USB-attached 3.5" hard disk drive. Wow, what a ...
31-Dec-2009
17:21:00