ray/src/plasma
mehrdadn 3714984094 Remove Redis version from Linux scripts (#56)
* Remove Redis version from Linux scripts

* Add documentation.
2016-11-21 15:02:40 -08:00
..
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 Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
test Remove Redis version from Linux scripts (#56) 2016-11-21 15:02:40 -08:00
thirdparty Rearrange plasma files to prepare for merging into Ray. 2016-10-25 14:27:45 -07:00
CMakeLists.txt Improve case on Mac where cmake fails to find Python with the custom search path. (#49) 2016-11-19 19:00:42 -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 Rearrange plasma files to prepare for merging into Ray. 2016-10-25 14:27:45 -07:00
fling.h Rearrange plasma files to prepare for merging into Ray. 2016-10-25 14:27:45 -07:00
Makefile Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
malloc.c Logging level (#38) 2016-11-15 20:33:29 -08:00
malloc.h Rearrange plasma files to prepare for merging into Ray. 2016-10-25 14:27:45 -07:00
plasma.h Add basic LRU eviction for the plasma store. (#26) 2016-11-05 21:34:11 -07:00
plasma_client.c Use sizeof(field) instead of sizeof(type) and other fixes. (#47) 2016-11-19 12:19:49 -08:00
plasma_client.h Plasma C extensions (#34) 2016-11-13 16:23:28 -08:00
plasma_extension.c Plasma C extensions (#34) 2016-11-13 16:23:28 -08:00
plasma_manager.c Use sizeof(field) instead of sizeof(type) and other fixes. (#47) 2016-11-19 12:19:49 -08:00
plasma_manager.h Implement plasma.wait (#12) 2016-10-29 17:30:34 -07:00
plasma_store.c Use sizeof(field) instead of sizeof(type) and other fixes. (#47) 2016-11-19 12:19:49 -08:00
plasma_store.h Add basic LRU eviction for the plasma store. (#26) 2016-11-05 21:34:11 -07:00
setup-env.sh Changes to make tests pass on Travis. (#3) 2016-10-25 22:39:21 -07:00