Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parallel for has a large 1p slowdown #175

Closed
JeffBezanson opened this issue Aug 16, 2011 · 0 comments
Closed

parallel for has a large 1p slowdown #175

JeffBezanson opened this issue Aug 16, 2011 · 0 comments
Assignees
Labels
performance Must go faster

Comments

@JeffBezanson
Copy link
Sponsor Member

...due to missing type inference on closures.

@ghost ghost assigned JeffBezanson Aug 16, 2011
JeffBezanson added a commit that referenced this issue Aug 31, 2011
StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
Add compatibility function Compat.LinAlg.checksquare
KristofferC added a commit that referenced this issue Mar 6, 2018
#175)

pkg> add Example#master
pkg> add Example#43oi54h3254
pkg> add https://github.com/fredrikekre/ImportMacros.jl#branch

Packages tracking branches will be updated on major upgrades

(cherry picked from commit b20636de040d321d1b935177d6dc8e2513644f38)
IanButterworth pushed a commit that referenced this issue Jul 24, 2024
Stdlib: Tar
URL: https://github.com/JuliaIO/Tar.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 81888a3
New commit: 1114260
Julia version: 1.12.0-DEV
Tar version: 1.10.0(Does not match)
Bump invoked by: @StefanKarpinski
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaIO/Tar.jl@81888a3...1114260

```
$ git log --oneline 81888a3..1114260
1114260 Accept other string types for all string arguments (fix #179) (#180)
a2e39d6 Bump julia-actions/cache from 1 to 2 (#178)
152d12e Bump julia-actions/setup-julia from 1 to 2 (#177)
5012536 Fix Codecov (#176)
9b5460b Add `public` declarations using `eval` (#175)
4e9d73a Add docstring for Tar module (#173)
38a4bf4 Bump codecov/codecov-action from 3 to 4 (#172)
166deb3 [CI] Switch to `julia-actions/cache` (#171)
d0085d8 Hardcode doc edit backlink (#164)
7e83ed7 [NFC] fix some wonky formatting (#168)
6269b5b Bump actions/checkout from 3 to 4 (#163)
```

Co-authored-by: Dilum Aluthge <[email protected]>
lazarusA pushed a commit to lazarusA/julia that referenced this issue Jul 24, 2024
Stdlib: Tar
URL: https://github.com/JuliaIO/Tar.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 81888a3
New commit: 1114260
Julia version: 1.12.0-DEV
Tar version: 1.10.0(Does not match)
Bump invoked by: @StefanKarpinski
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaIO/Tar.jl@81888a3...1114260

```
$ git log --oneline 81888a3..1114260
1114260 Accept other string types for all string arguments (fix JuliaLang#179) (JuliaLang#180)
a2e39d6 Bump julia-actions/cache from 1 to 2 (JuliaLang#178)
152d12e Bump julia-actions/setup-julia from 1 to 2 (JuliaLang#177)
5012536 Fix Codecov (JuliaLang#176)
9b5460b Add `public` declarations using `eval` (JuliaLang#175)
4e9d73a Add docstring for Tar module (JuliaLang#173)
38a4bf4 Bump codecov/codecov-action from 3 to 4 (JuliaLang#172)
166deb3 [CI] Switch to `julia-actions/cache` (JuliaLang#171)
d0085d8 Hardcode doc edit backlink (JuliaLang#164)
7e83ed7 [NFC] fix some wonky formatting (JuliaLang#168)
6269b5b Bump actions/checkout from 3 to 4 (JuliaLang#163)
```

Co-authored-by: Dilum Aluthge <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Must go faster
Projects
None yet
Development

No branches or pull requests

1 participant