Robert Nishihara
8532ba4272
Serialize lambdas, sets, and types with pickle by default. ( #511 )
...
* Serialize lambdas with pickle by default.
* Serialize sets with pickle by default.
* Serialize types with pickle by default.
* Small update to documentation.
* Update tests.
2017-05-04 00:16:35 -07:00
Robert Nishihara
320109a5bd
By default, start a number of workers equal to the number of CPUs. ( #430 )
...
* By default, start a number of workers equal to the number of CPUs.
* Fix stress tests.
2017-04-06 00:02:58 -07:00
Robert Nishihara
8245758ccb
Add overview of internals to documentation, improve serialization doc… ( #390 )
...
* Add overview of internals to documentation, improve serialization documentation.
* Doc edits
* Small fixes.
2017-03-27 21:52:17 -07:00