8 Key Data Structures That Power Modern Databases
🔹Skiplist: a common in-memory index type. Used in Redis
🔹Hash index: a very common implementation of the “Map” data structure (or “Collection”)
🔹SSTable: immutable on-disk “Map” implementation
🔹LSM tree: Skiplist + SSTable. High write throughput
🔹B-tree: disk-based solution. Consistent read/write performance
🔹Inverted index: used for document indexing. Used in Lucene
🔹Suffix tree: for string pattern search
🔹R-tree: multi-dimension search, such as finding the nearest neighbor
–
Subscribe to our weekly newsletter to get a Free System Design PDF (158 pages): https://t.co/FIzCeaWsZV
Say hello to GPT-4o, our new flagship model which can reason across audio, vision, and text in real time: https://t.co/MYHZB79UqN
Text and image input rolling out today in API and ChatGPT with voice and video in the coming weeks.
@SixKarmaEsports gracias!!, eventos así son necesarios, interactuar con los fans; organización nueva que refresca la comunidad de LOL en LATAM.
Hay equipos que se ven imponentes de cara a la @LLA pero sin duda Yeti y Ukfallen tienen magia para sorprender. 💚 #LaOlaVerde
Fantastic recreation in R + ggplot2, @tanya_shapiro 👏👏💯
Had to figure out a way to add gradient to the bars - took a while but finally figured out 😅
In the end all I had to do was use geom_col() for the bars and add a linearGradient() from the {grid} package!
The real challenge is to discover a general artificial intelligence, a single system capable of learning and therefore solving any problem that arises. This is what human beings do: self-adaptation, flexibility and creativity.
#Infographic rt @antgrasso#AI
If you want to quickly detect topics present in your text and generate jointly embedded topic, document, and word vectors, use Top2Vec.
In the code below, I use Top2Vec to find topics and create a wordcloud of words in the first 2 topics.
https://t.co/exofaSlPFo
#Python
Me: I should be doing math/ML research.
Also me: distracted from research making fun open-source projects.
Also also me: distracted from open-source by plotting the entire history of their GitHub stars! ⭐Which will break 1k first? Will Diffrax overtake Equinox again? etc...!⚡️
💡 This is a collection of 15 basic descriptive statistics key terms, explained in easy to understand language, along with an example and some Python code for computing simple descriptive statistics: https://t.co/GBb0G3PdjW