.. |
build
|
Rearrange plasma files to prepare for merging into Ray.
|
2016-10-25 14:27:45 -07:00 |
doc
|
Rearrange plasma files to prepare for merging into Ray.
|
2016-10-25 14:27:45 -07:00 |
lib/python
|
Start working toward Python3 compatibility. (#117)
|
2016-12-11 12:25:31 -08:00 |
test
|
Start working toward Python3 compatibility. (#117)
|
2016-12-11 12:25:31 -08:00 |
thirdparty
|
Object hashes (#104)
|
2016-12-08 20:57:08 -08:00 |
CMakeLists.txt
|
Start working toward Python3 compatibility. (#117)
|
2016-12-11 12:25:31 -08:00 |
eviction_policy.c
|
Use sizeof(field) instead of sizeof(type) and other fixes. (#47)
|
2016-11-19 12:19:49 -08:00 |
eviction_policy.h
|
Add basic LRU eviction for the plasma store. (#26)
|
2016-11-05 21:34:11 -07:00 |
example.c
|
Keep objects in cache between tasks (#29)
|
2016-11-06 17:31:14 -08:00 |
fling.c
|
move methods related to plasma requests and replies to plasma.c (#60)
|
2016-11-23 21:13:19 -08:00 |
fling.h
|
move methods related to plasma requests and replies to plasma.c (#60)
|
2016-11-23 21:13:19 -08:00 |
Makefile
|
Remove all object files when doing make clean. (#109)
|
2016-12-09 11:00:00 -08:00 |
malloc.c
|
Put object store memory on /dev/shm on linux (#89)
|
2016-12-06 00:31:47 -08:00 |
malloc.h
|
Rearrange plasma files to prepare for merging into Ray.
|
2016-10-25 14:27:45 -07:00 |
plasma.c
|
Introduce non-blocking Plasma API. (#71)
|
2016-12-01 02:15:21 -08:00 |
plasma.h
|
Switch to updated Plasma API and consolidate wait and fetch implementations. (#116)
|
2016-12-10 21:22:05 -08:00 |
plasma_client.c
|
Switch to updated Plasma API and consolidate wait and fetch implementations. (#116)
|
2016-12-10 21:22:05 -08:00 |
plasma_client.h
|
Switch to updated Plasma API and consolidate wait and fetch implementations. (#116)
|
2016-12-10 21:22:05 -08:00 |
plasma_extension.c
|
Switch to updated Plasma API and consolidate wait and fetch implementations. (#116)
|
2016-12-10 21:22:05 -08:00 |
plasma_manager.c
|
Switch to updated Plasma API and consolidate wait and fetch implementations. (#116)
|
2016-12-10 21:22:05 -08:00 |
plasma_manager.h
|
Switch to updated Plasma API and consolidate wait and fetch implementations. (#116)
|
2016-12-10 21:22:05 -08:00 |
plasma_store.c
|
Object hashes (#104)
|
2016-12-08 20:57:08 -08:00 |
plasma_store.h
|
Object hashes (#104)
|
2016-12-08 20:57:08 -08:00 |
setup-env.sh
|
Changes to make tests pass on Travis. (#3)
|
2016-10-25 22:39:21 -07:00 |