Showing posts with label datastructure. Show all posts
Showing posts with label datastructure. Show all posts

Tuesday, January 09, 2018

[Links of the day] 09/01/2018 : Learned index structures, 2 paper on Human behavior : herding and stubbornness in Jury deliberation, overconfidence is universal?

  • The Case for Learned Index Structures : as we performance progression for single code cpu slow down ( not to mention spectre and meltdown slowing down existing one). Application moves to a distributed model to scale. As a result databases and distributed systems are forced to become more data-aware to achieve efficiency and performance. This is a very nice paper that demonstrates that data structures often contain components that are learnable and machine learning system can help optimise those data structures. 
  • Evidence of Herding and Stubbornness in Jury Deliberations : human do not rely on logic for important decision and try to coherence fellow human to fit its opinion... While this is widely know, we now have a good hint that this even happens in the judicial system of trial by jury. That or too many people saw twelve angry men. 
  • Overconfidence Is Universal? : interesting paper trying to understand how to identify overconfidence and if this behaviour is more predominant in a certain type of population or gender. 




Thursday, July 28, 2016

[Links of the day] 28/07/2016: LSM trees, Google cloud NLP API , Game Theory counter intuition

  • Log Structured Merge Trees : good and succinct describing the cornerstone data-structure of many DB / KV / data store out there 
  • Cloud Natural Language API : API reveals the structure and meaning of text by offering powerful machine learning models in an easy to use REST API. I can hear so many "sentiment" analisys start up out there suddenly realizing that their day our counted.. 
  • Game Theory Is Really Counterintuitive : Game theory should be one of the mandatory class to be taken at university along with statistics. Once you understand the game principle you gain a significant edge in most human interaction. However, you have to train your brain to bypass its natural inclination and relearn the rules of the game. 

Wednesday, February 10, 2016

[Links of the day] 10/02/2016: Cloudstack fork, AsyncSSH, Purely functional data structures

 

Tuesday, November 24, 2015

Links of the day 24/11/2015 : Product prioritization using the Kano Model and Timers


Tuesday, March 17, 2015

Links of the day 17 - 03 - 2015

Today's links 17/03/2015: hash table datastructure and hashing Algorithm, #ARM virtualization, Hyper-converged Solution

from Adexchanger comic strip

Friday, February 06, 2015

Links of the day 06 - 02 - 2015

Today's links 06/02/2015: Hashing, Distributed time series / monitoring , MTU, Spray list
  • Perfect hashing : when you like your hash without collision 
  • Prometheus : Some interesting concept such as data is sharded and local only for reliability and scalability, time series oriented storage and query system and expose time series via key value pair. 
  • Path MTU discovery : when you want to know what is the biggest frame you can send when you do not own 100% of the network path ( or if you just forgot)
  • Spray list : nice data structure delivering scalable relaxed priority queue[github implementation]

Monday, January 19, 2015

Links of the day 19 - 01 - 2015

Today's links 19/01/2015: Data-structure books, #cloud and business agility, Leslie Lamport interview