Skip to content

MV-RLU: Scaling Read-Log-Update with Multi-Versioning

License

Notifications You must be signed in to change notification settings

oslab-swrc/mv-rlu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MV-RLU: Scaling Read-Log-Update with Multi-Versioning

This repository contains the code for MV-RLU, a scalable synchronization mechanism. MV-RLU has been test in Linux with Intel Xeon Processor.

All MV-RLU source codes are provided under the terms of Apache 2.0 License.

Directory structure

mv-rlu
├── include             # public headers of mvrlu
├── lib                 # mvrlu library
└── tools               # misc build tools

Prerequisites

  • Recent gcc (8.0+)
  • gnu-make (4.0+)

Setting Ordo value

Before building, you need the ordo value for your machine

$> make ordo

Copy the ordo value to include/ordo_clock.h

#define __ORDO_BOUNDARY (<ORDO_VALUE_HERE>)

How to configure, build, and clean

$> make

Other resources

Authors

About

MV-RLU: Scaling Read-Log-Update with Multi-Versioning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.7%
  • Python 11.7%
  • Makefile 3.6%