Skip to content

longcheng11/rdf_encoding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdf_encoding

basic test code for Large-scale RDF data encoding using X10

1, To improve the system I/O over disk, a small library based on zlib has been built and integrated in the x10 code via the foreign function interface, so please install zlib (http://www.zlib.net/) at first.

2, How to run the test codes: (a) divide triples into chunks and compress them in the form of .gz; (b) assign the input path by changing the line 212, and output path at line 358; and (c) compile the encode.x10 code using the commond: x10c++ -O -NO_CHECKS -o encode encode.x10 -post '# -lz'

3, How to set the enviorment of x10, please refer to http://x10-lang.org/.

4, If any questions, please email to long.cheng(AT)tu-dresden.de

About

basic test code for large-scale RDF data encoding using X10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published