-
cython -a creates an annotated html file that helps with profiling code. It would be nice if this functionality were available on:
1. .spyx files
2. .pyx files in the sage library, more easily.
I …
-
This is currently not optimized as it can be called multiple times and is computed over and over again. Maybe some sort of cache would be useful.
But we first need to profile to see what's happening …
-
Some small fixes that I found while profiling indexing Wikipedia,
mainly using our own quickSort instead of Arrays.sort.
Testing first 200K docs of Wikipedia shows a speedup from 274.6
seconds to 270…
-
bc.. Currently,
sum(x**i/i,i=1..400)
is slow like hell, compared to sympycore (300x). The result of this simple
script:
# ! /usr/bin/python2.5
import sympy
from time import time as clock
import ps…
-
This is the backtrace:
[Switching to Thread 0xb6d6a6d0 (LWP 17065)]
0xb6f106cc in memcpy () from /lib/libc.so.6
(gdb) bt
#0 0xb6f106cc in memcpy () from /lib/libc.so.6
#1 0xb72ee8b8 in QString::ins…
cryos updated
8 years ago
-
This is the backtrace:
[Switching to Thread 0xb6d6a6d0 (LWP 17065)]
0xb6f106cc in memcpy () from /lib/libc.so.6
(gdb) bt
#0 0xb6f106cc in memcpy () from /lib/libc.so.6
#1 0xb72ee8b8 in QString::ins…
-
Downloading an artifact published by a project is very slow - 200kb/s or so.
While downloading, Hudson uses 100% CPU. In my case, the artifact has 168MB.
Hudson v1.173 running on Linux lsts-cc 2.6.18…
timja updated
10 years ago
-
**[luc neulens](https://jira.spring.io/secure/ViewProfile.jspa?name=luc.neulens)** opened **[SWS-283](https://jira.spring.io/browse/SWS-283?redirect=false)*** and commented
A signed soap request (wss…
-
When a domain is created using cluster profile using enterprise bundle,
start-node-agent needs to explicitly set --secure=false, otherwise node agent
will fail to start. Not sure if this is correct be…
-
**[Tareq Abedrabbo](https://jira.spring.io/secure/ViewProfile.jspa?name=tareq)** opened **[SWS-284](https://jira.spring.io/browse/SWS-284?redirect=false)** and commented
WSS4J dependencies missing fr…