-
It is well known that ufunc calls on scalars are rather slow, but it is probably good to have a summary of why it is so slow, for which it is useful to go along the `ufunc_generic_call` path. I got on…
mhvk updated
10 months ago
-
I have a long running loop in python calling a Matlab codes that takes 2-3 minutes to execute. After about 20 of those loops, the whole thing just hangs. Matlab is not runing as CPU is 0%. It seems li…
-
I often find myself writing `np.vectorize` calls to allow SpiceyPy functions to take vector inputs. I'd like to see this moved into SpiceyPy itself.
AFAIK, all array input handling is done on the P…
-
On the list, @Maksims [writes](https://lists.w3.org/Archives/Public/public-device-apis/2016Nov/0027.html):
> **Garbage Collection** - one of the major bottlenecks and high consideration for real-ti…
tobie updated
7 years ago
-
There's a fair amount of things like string concatenation in loops and various other things related to relatively simple string operations that are costly, sprinkled around both old and new code.
T…
-
My app is calling recursive page and changes happen in the same screen.
**Describe the bug**
So i made preventDuplicates to false in navigation.
All are good but one thing, In my initial state …
-
I only recently downloaded the library and am not sure what the expected result is, but currently the benchmarks involving multiple threads do not show any improvement for me.
possibly related, in …
-
Hi @mn416 , I've had a couple of issues which might stem from some problems with register values. The first problem is that there are segfaults or invalid frees from just calling compile on my kernel …
-
| | |
| --- | --- |
| Bugzilla Link | [25069](https://llvm.org/bz25069) |
| Version | unspecified |
| OS | Linux |
| CC | @Bagira80 |
## Extended Description
Consider the following code:
void foo…
-
**TypeScript Version:** 4.0.0-dev.20200507
**Search Terms:** Symbol.iterator type parameter implicit calling for..of loops object spread destructuring this generic
**Code**
What foll…