Skip to content

Commit

Permalink
add a note about parallel computation
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Jun 2, 2023
1 parent bd5d204 commit f306829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,8 @@ _radian_ maintains its own history file `.radian_history` and doesn't use the `.

_radian_ only provides a frontend to the R program, the actual running eventloop is the same as that of the traditional R console. There is no performance sacrifice (or gain) while using this modern command line interface.

However, it was reported that radian may be slower when using parallel computation, specifially when using forking. User should take extra care in those cases.

#### Nvim-R support

Put
Expand Down

0 comments on commit f306829

Please sign in to comment.