Skip to content

Commit 5eaed6e

Browse files
authored
Update wiki URL
1 parent 7f1f03d commit 5eaed6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
[![Build Status](https://travis-ci.org/PlatformLab/RAMCloud.svg?branch=master)](https://travis-ci.org/PlatformLab/RAMCloud)
33

44
For up to date information on how to install and use RAMCloud, see the RAMCloud Wiki:
5-
https://ramcloud.stanford.edu/wiki/display/ramcloud
5+
https://ramcloud.atlassian.net/wiki/spaces/RAM/overview
66

77
# What is RAMCloud?
8-
*note*: the following is an excerpt copied from the [RAMCloud wiki](https://ramcloud.stanford.edu/wiki/display/ramcloud) on 1/22/16.
8+
*note*: the following is an excerpt copied from the [RAMCloud wiki](https://ramcloud.atlassian.net/wiki/spaces/RAM/overview) on 1/22/16.
99

1010
RAMCloud is a new class of super-high-speed storage for large-scale datacenter applications. It is designed for applications in which a large number of servers in a datacenter need low-latency access to a large durable datastore. RAMCloud offers the following properties:
1111
- **Low Latency**: RAMCloud keeps all data in DRAM at all times, so applications can read RAMCloud objects remotely over a datacenter network in as little as 5μs. Writes take less than 15μs. Unlike systems such as memcached, applications never have to deal with cache misses or wait for disk/flash accesses. As a result, RAMCloud storage is 10-1000x faster than other available alternatives.
@@ -25,4 +25,4 @@ RAMCloud is also interesting from a research standpoint. Its two most important
2525
The RAMCloud project is based in the Department of Computer Science at Stanford University.
2626

2727
# Learn More about RAMCloud
28-
https://ramcloud.stanford.edu/wiki/display/ramcloud
28+
https://ramcloud.atlassian.net/wiki/spaces/RAM/overview

0 commit comments

Comments
 (0)