自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(6)
  • 收藏
  • 关注

原创 树的遍历整理

树的遍历整理先序遍历中序遍历后序遍历层次遍历 /** * Definition for a tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode(int x) { val = x; } * } */ 先序遍历 //...

2020-03-15 15:10:56 179

翻译 读《FaSST: Fast, Scalable and Simple Distributed Transactions with Two-sided (RDMA) Datagram RPCs》

FaSST: Fast,Scalable and Simple Distributed Transactions with Two-sided Datagram RPCs1 Introduction2 Background2.1 Fast distributed transactions2.2 RDMA3 Choosing networking primitives3.1 Advantage of...

2019-07-05 14:21:53 1986

翻译 读《Distributed Shared Persistent Memory》

Distributed Shared Persistent Memory1 Introduction2 MOTIVATION2.1 Persistent Memory and PM Apps2.2 Shared Memory Applications2.3 Fast Network and RDMA2.4 Lack of Distributed PM Support3 DISTRIBUTED SH...

2019-06-30 15:27:14 1355

翻译 Remote Region,读《Remote regions: a simple abstraction for remote memory》

Remote regions: a simple abstraction for remote memory1 Introduction2 Related work3 Assumptions, goals, and motivation 本文的关键思想:进程可以将其内存的一部分以文件的方式export,称为Remote Region,并且可以通过通常的文件系统操作对其进行访问。 1 Introdu...

2019-06-27 20:15:00 1584

原创 DPDK安装

DPDK安装 1. 下载源代码 下载地址:core.dpdl.org/download/ 2. 解压 tar xf dpdk-x.x.tar.gz #x.x为你下载的版本号 3. 打开pcap(需先安装libpcap,见4.2) cd dpdk-x.x make config T=x86_64-native-linuxapp-gcc sed -ri 's,(PMD_PCAP=).*,\1...

2019-06-24 12:57:19 509

翻译 SoftRDMA,读《SoftRDMA: Rekindling High Performance Software RDMA over Commodity Ethernet》笔记

SoftRDMA: Rekindling High Performance Software RDMA over Commodity EthernetINTRODUCTIONBACKGROUND AND MOTIVATIONDomain RDMA Network ProtocolsHardware and Software EvolvementsSOFTRDMA DESIGN SPACEDedic...

2019-06-23 17:17:25 1080

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除