今天要讲的文章是OSDI 2010年的一篇文章,GraphX: Graph Processing in a Distributed Dataflow Framework。本文主要想解决的问题就是:先有的专用图处理系统能够实现广泛的系统优化,但也是有代价的。 图只是较大的分析过程的一部分ÿ…
目录
本文主要介绍: MapReduce 什么是MapReduceMap & ReduceRay 什么是RayRay的一些简单用法MapReduce on Ray 简单用法实战Reference本文实验环境及相关材料: macOS, Python 3.6.7 with Anaconda, Ray 0.6.0代码: https://github.com/hatuw/* 理论上支持其他平台,只要…
Shallow copy and Deep copy 第一部分: 一、来自wikipidia的解释: Shallow copy One method of copying an object is the shallow copy. In that case a new object B is created, and the fields values of A are copied over to B. This is also know…