Storing images in memory for faster request/response
9 views
Skip to first unread message
lars
unread,
Jul 13, 2012, 5:54:07 AM7/13/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to we...@googlegroups.com
Hi Whats the best way to speed up the non static images request/response insteed of making io read call is it better to read all the images on startup to a dictonary in memory. What is the best buffer type to store the read content with?