Slashdot Mirror


IBM Says Polymer Memory Could Be Ready By 2005

prostoalex writes "Polymer memory is hardly anything new, and we already had HP and Princeton announcing their prototype. In a Forbes magazine article IBM promises polymer memory that's five times cheaper than current flash memory, and expects the first devices with polymer data storage systems to be delivered possibly by 2005. IBM's Zurich Lab published this article last year with description of Millipede."

1 of 145 comments (clear)

  1. Re:This is why video compression will soon not mat by Imperator · · Score: 5, Informative

    You're obviously not a programmer. Video is something that places demands on computing that grow to fill the available phenomenon. Double the available storage, and people will want twice the length of video, or twice the bitrate, or whatnot. It's an old phenomenon. As the amount of memory available has increased, so has the amount demanded by applications. To look at it another way, compare O(N^3) bubble sort to O(N log N) merge sort. Just because we have faster computers doesn't mean we can use inefficient algorithms. If I had a dime for every time I've heard some beginning programming student say "but with faster computers, why does time complexity matter?" I'd be, well, able to buy a cheap lunch.

    --

    Gates' Law: Every 18 months, the speed of software halves.