TODO: defaults.R + complete parallel launch tasks in main.R
authorBenjamin Auder <benjamin.auder@somewhere>
Wed, 11 Jan 2017 02:28:18 +0000 (03:28 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Wed, 11 Jan 2017 02:28:18 +0000 (03:28 +0100)
code/draft_R_pkg/R/defaults.R

index 7880ddd..4205745 100644 (file)
@@ -1,4 +1,11 @@
 #TODO: ascii format (default) (+ binary format?)
-writeTmp(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE) #if last=TRUE, close the conn
-readTmp(..., from index, n curves) #careful: connection must remain open
+defaultWriteTmp = function(curves [uncompressed coeffs, limited number - nbSeriesPerChunk], last=FALSE)
+{
+       #if last=TRUE, close the conn (??)
+}
 
+#careful: connection must remain open
+defaultReadTmp = function(start, n)
+{
+       
+}