Juan Rodriguez Hortala

Results 30 issues of Juan Rodriguez Hortala

According to `Formula.safeWordLength`, off by default

enhancement

http://www.scalactic.org/user_guide/Requirements

enhancement

automate in travis scaladoc generation and upload to juanrh.github.io polish scaladoc comments

enhancement

See design doc at drive, section "Alternative design of projections for Formulas"

enhancement

Aync systems gain performance by performing switching to another tasks when the former task gets blocked waiting for IO. In the implementation of `DStreamProp.forAllAlways` we have a huge IO block...

enhancement

Given d : DStream[A] we can register a foreachRDD action that access a mutable and thread safe dictionary of functions (RDD[A], Time) ⇒ Unit), that are executed per each micro...

enhancement

Just like |: is used for input generators in ScalaCheck

enhancement

Try an alternative implementation based on a single worker for the Prop, that multiplexes test cases with a list like in es.ucm.fdi.sscheck.spark.streaming.StreamingContextActorReceiverTest of branch streamingDataSendExperiments (commit 5d7d7f55c828957a3673e5bf02dcfedef14e9468). The idea is...

enhancement