performance

Will Faught

March 2018

What I Learnt From Building 3 High Traffic Web Applications On An Embedded Key Value Store.

Anthony Alaribe: Firstly, a NoSQL key value store is fast, much faster than a comparable relational database. Its speed comes from its simplicity. A key value database stores a data record using one primary key. The key means the record is uniquely identifiable, and can be directly accessed. Other than this, it’s up to the developer to architect any more complexity in accessing data. I love the Dark Side meme.

coding go performance

Will Faught

1 minute

March 2011

Dedicated Hardware Needed For Flash

Ken Tindell: For embedded processors, it’s a problem: again, it’s CPU time and power consumption that makes things run sluggishly and runs the battery down. And the bigger the screen, the more data to be handled. The solution is again to get Flash to use specially-designed hardware for doing all this work: to have dedicated hardware pathways for converting video, for layering graphics and for scaling the outputs so that the huge amount of data being handled doesn’t hit the CPU and soak up memory bandwidth.

flash performance power smartphones technology

Will Faught

1 minute

π