Posts
第06章:key-value 存储设计
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 键值存储,也称为键值数据库,是一种非关系数据库
read more
Posts
第05章:一致性hash设计
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 为了实现水平扩展,在服务器之间高效、均匀地分配
read more
Posts
第04章:设计一个限流器
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 在网络系统中,限流器被用于控制客户端或服务端发
read more
Posts
第03章:系统设计面试框架
来源: https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此,若涉及侵权,请联系删除! 你刚刚获得了梦寐以求的现场面试机会。招聘协调员
read more
Posts
第01章:从0到百万用户
来源:https://github.com/Admol/SystemDesign 说明: 由于国内访问github不太稳定,故将相关文章搬运到此
read more
Posts
Project Loom虚拟介绍
Project Loom 是一个由 OpenJDK 社区发起的项目,旨在为 Java 引入轻量级线程(称为 Virtual Threads 或 Loom Threads),以支持高吞吐量的并发模型。 Project Loom 的目标是减少编写、维护和观
read more
Posts
Akka Actor编程
Akka actor 模型是一种强大的并发编程范式,它通过消息传递来实现 actor 之间的通信,避免了传统并发编程中的锁和共享状态的问题。 以下是 Akka actor 编程的一个基本教程。
read more
Posts
MessagePack格式介绍
MessagePack是一种高效的二进制序列化格式,它类似于JSON,但更小、更快。它允许你在多种编程语言之间交换数据。MessagePac
read more
Posts
Awesome First PR Opportunities
From: MunGell/awesome-for-beginners
Awesome First PR Opportunities Inspired by First Timers Only blog post.
If you are a maintainer of open-source projects, add the label first-timers-only (or similar) to your project and list it here so that people can find it.
If you are not a programmer but would like to contribute, check out the Awesome for non-programmers list.
Table of Contents: .NET Ansible C C# C++ Clojure ClojureScript Dart Elixir Elm Go Haskell Java JavaScript Julia Kotlin LaTeX Markdown Perl PHP Python Ruby Rust Scala Smalltalk Swift TypeScript .
read more