parallelization
Here are 144 public repositories matching this topic...
Hi @jmcarpenter2,
Dear Swifter Folks,
Recently, i found the speed when using swifter is 5-10x slower than using vanilla pandas apply for case that the process is not vectorized (my case is doing text preprocessing).
The experiment is like this:
import pandas as pd
import swifter
def clean_text(text):
text = text.strip()
text = text.replace(' ', '_')
retu
-
Updated
Jun 18, 2020 - Python
Add 'Best Practices For Package Developers using Futures' vignette with instructions on, for instance,
-
How to test code, e.g. run tests with
plan(sequential)
andplan(multisession)
and don't assume thatplan(multicore)
is available. -
Make sure to shut down PSOCK clusters at the end of examples and package tests, i.e. call
plan(sequential)
at the end (e.g. #327) -
Avoid setti
-
Updated
Jun 6, 2020 - Python
-
Updated
Jun 15, 2020 - TypeScript
-
Updated
Feb 22, 2020 - C++
I noticed in _generate_path_from_repo_url
we remove the colons from the netloc
, however we don't try to remove colons anywhere else like from path
, which makes something like
urlparse('git@git.dev.box.net:Productivity/ClusterRunnerHealthCheck.git')
# ParseResult(scheme='', netloc='', path='git@git.dev.box.net:Productivity/ClusterRunnerHealthCheck.git', params='', query='', fragment=
-
Updated
Jun 11, 2020 - PHP
-
Updated
Feb 12, 2020 - Erlang
-
Updated
May 13, 2020 - R
-
Updated
Jun 15, 2020 - C++
-
Updated
May 14, 2020 - Python
-
Updated
Apr 3, 2020 - Java
-
Updated
Jun 18, 2020 - C++
It'd be nice to show how to cite the software. We could include a plain-text cite or a raw bibtex entry in the help.
-
Updated
Jun 16, 2020 - Python
-
Updated
Jun 8, 2019 - Go
-
Updated
Jan 19, 2019 - Erlang
-
Updated
Feb 29, 2020 - Java
instllation guide
Hello, I have a question, is there any installation guide that can help installing the tool on my laptop.
thank you
-
Updated
Jun 9, 2020 - C++
-
Updated
Mar 28, 2020 - R
Right now, the service level calls are using HttpURLConnection. HttpURLConnection provides a blank slate to make a request with few default values. Session values are not preserved by default, so this means manually setting an x-auth-token or JSESSIONID when authenticating and making a request to another endpoint behind authentication.
There are many libraries for Java that will preserve a sessio
-
Updated
May 13, 2018 - Go
-
Updated
Jul 10, 2019 - R
-
Updated
Oct 25, 2017 - C++
-
Updated
Jun 17, 2020 - JavaScript
Improve this page
Add a description, image, and links to the parallelization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parallelization topic, visit your repo's landing page and select "manage topics."
As far as I can tell, the guide present in the Orphan Nodes / Chains is incorrect, or at least, not compliant with the current lib version.
Consider the following base:
Chain