-
This may already exist somewhere, but jank could really use a fully clojure test suite for every clojure.core function. This would be beneficial for all clojure dialects, so perhaps we keep it in a se…
jeaye updated
1 month ago
-
We are working with extremely expensive functions, especially when we are working with large sets of data. Thus it's important for us to do a bit of algorithm analysis and to determine whether can red…
-
Allocations affect Emacs Lisp performance significantly.
There is a trick that can optimize away some unnecessary allocations, provided:
1. We are exploiting single-threaded nature of Emacs Lisp.
…
-
ls ext/cumo/narray/gen/tmpl/
* [x] accum_binary.c (mulsum)
* [x] accum.c (sum, prod, min, max, ptp?) TODO: Implement NaN version
* [x] accum_index.c (max_index, min_index)
* [x] allocate.c
* […
-
I also ran into the problem described in #10 and #11, and I have a proposed fix for it (see related pull request). It appears that sometimes Emacs has an old cookie for Google Scholar without the BibT…
-
For example
```rust
pub unsafe fn ptr_0(&mut self) -> *mut String {
let inner = self.inner.as_mut_ptr();
&raw mut (*inner).a
}
```
A reference in Rust gurantees that the memory is…
-
https://dribbble.com/shots/24240294-Music-Player-Application
![original-0bf98749dc2ef0a1e75bb86f77c84e3e](https://github.com/user-attachments/assets/b0334f65-5875-41ee-bc85-486d6d0e4190)
music…
-
Request form @MOARdV
> Prop IndicatorADV - almost perfect for MAS, except for IndicatorNamePlate. Is it possible to make IndicatorNamePlate blank with optional color, like Modular Push Button Cap? …
-
```
I'm using redis 2.2.7 (latest) on Ubuntu.
When I try to do zinterstore on a Zset and a normal set all is well for small
sets. But when the sets are larger (the fails is with a set of 22 members …
-
FYI:
Upstream dropped `rb_cFixnum` constant, and moved to `rb_cInteger`, so to fix builds we had to apply downstream patch:
http://pkgs.fedoraproject.org/cgit/rpms/postgresql-plruby.git/commit/?id…