https://github.com/cockroachdb/cockroach/blob/master/docs/design.md CockroachDB Design Doc
#database #project
#database #project
GitHub
cockroach/docs/design.md at master · cockroachdb/cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement. - cockroachdb/cockroach
HBase HMaster Architecture
http://web.archive.org/web/20190729123629/http://blog.zahoor.in/2012/08/hbase-hmaster-architecture/
#blog #database
http://web.archive.org/web/20190729123629/http://blog.zahoor.in/2012/08/hbase-hmaster-architecture/
#blog #database
Hbase Musings
HBase HMaster Architecture
HBase architecture follows the traditional master slave model where you have a master which takes decisions and one or more slaves which does the real task. In HBase, the master is called HMaster and slaves are called HRegionServers (yes..servers). In this…
SOSP2007 Amazon Dynamo - A Highly Available Key-Value Store
https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf
#paper #database
https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf
#paper #database
All Things Distributed
Werner Vogels on building scalabale and robust distributed systems
https://www.allthingsdistributed.com/
#blog #distributed_system
Werner Vogels on building scalabale and robust distributed systems
https://www.allthingsdistributed.com/
#blog #distributed_system
All Things Distributed
Werner Vogels on building scalable and robust distributed systems
Modern CPP Tutorial
https://changkun.de/modern-cpp/pdf/modern-cpp-tutorial-en-us.pdf
Thanks for sharing this with me
#book #cpp #dev
https://changkun.de/modern-cpp/pdf/modern-cpp-tutorial-en-us.pdf
Thanks for sharing this with me
#book #cpp #dev
Gym is an open source Python library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API.
https://github.com/openai/gym
#ml #project
https://github.com/openai/gym
#ml #project
GitHub
GitHub - openai/gym: A toolkit for developing and comparing reinforcement learning algorithms.
A toolkit for developing and comparing reinforcement learning algorithms. - openai/gym
SIGCOMM01 Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications
https://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigcomm.pdf
#paper #distributed_system
https://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigcomm.pdf
#paper #distributed_system
Introduction of some different Hash algorithm and their effect on distributed system
https://www.gridgain.com/resources/blog/data-distribution-in-apache-ignite
#blog #database #distributed_system
https://www.gridgain.com/resources/blog/data-distribution-in-apache-ignite
#blog #database #distributed_system
GridGain Systems
Effective Data Distribution in Apache Ignite to Ensure Performance, Uniformity, and Minimal Disruption
Apache Ignite uses rendezvous hashing to deliver efficient, balanced, and fault-tolerant data distribution across nodes in distributed systems.
Gossip Protocol of Apache Cassandra
https://www.linkedin.com/pulse/gossip-protocol-inside-apache-cassandra-soham-saha/
#blog #database #distributed_system
https://www.linkedin.com/pulse/gossip-protocol-inside-apache-cassandra-soham-saha/
#blog #database #distributed_system
Linkedin
The Gossip Protocol - Inside Apache Cassandra.
The Gossip protocol is the internal communication technique for nodes in a cluster to talk to each other. Gossip is an efficient, lightweight, reliable inter-nodal broadcast protocol for diffusing data.
Write Dependency distanglement with HORAE
https://www.usenix.org/conference/osdi20/presentation/liao
#paper #io #storage
https://www.usenix.org/conference/osdi20/presentation/liao
#paper #io #storage
知名 youtuber,社会心理学家,前魔术师 分享 johnny depp 庭审上 Amber Heard 的证词部分微表情分析
https://youtu.be/XUKEFp4e6RU
#court #microexpression
https://youtu.be/XUKEFp4e6RU
#court #microexpression
YouTube
Body Language Analyst REACTS to Amber Heard TESTIMONY! Did Johnny Depp Hit Her? Shocking PERJURY!
Amber Heard took the stand this week to testify against Johnny Depp. Depp's ex wife claims he has physically assaulted her on numerous occasions. But what does her body language reveal about what really happened? Find out now!
Checkout two of my favorite…
Checkout two of my favorite…
Pico Neo3 Link comparing with Meta Quest 2 - MRTV
https://www.youtube.com/watch?v=JUlZ_6rZY2A
#casual #vr #gaming #hardware
https://www.youtube.com/watch?v=JUlZ_6rZY2A
#casual #vr #gaming #hardware
YouTube
META QUEST 2 VS. PICO NEO 3 LINK - Which Is The BETTER VR Headset For You?
If you are in Europe you now have a choice if you want a standalone VR headset! Should you go for the Meta Quest 2 or the new Pico Neo 3 Link? In this video we compare the two headsets and check out pros and cons of both of them! Which VR headset is the better…
VOID001's Fav List
Google Benchmark C++ https://opensource.googleblog.com/2014/01/introducing-benchmark.html #dev #cpp
Here is a youtube video of CPPCON 2015 related to the benchmark
https://www.youtube.com/watch?v=nXaxk27zwlk
#dev #cppcon #benchmark
https://www.youtube.com/watch?v=nXaxk27zwlk
#dev #cppcon #benchmark
YouTube
CppCon 2015: Chandler Carruth "Tuning C++: Benchmarks, and CPUs, and Compilers! Oh My!"
http://www.Cppcon.org
—
A primary use case for C++ is low latency, low overhead, high performance code. But C++ does not give you these things for free, it gives you the tools to control these things and achieve them where needed. How do you realize this…
—
A primary use case for C++ is low latency, low overhead, high performance code. But C++ does not give you these things for free, it gives you the tools to control these things and achieve them where needed. How do you realize this…