-
Calling through CBLAS and not the Fortran interfaces adds an unavoidable function call overhead that is completely unnecessary. Switch over to the Fortran interfaces.
-
How would one call C functions involving union with Rust FFI?
SpiderMonkey's jsval is one example.
-
It all started with [this conversation](https://twitter.com/luisrudge/status/601570367048654848).
As I said, I'm pretty much a newbie and I don't even know what node-gyp does, but what I **DO** know…
-
We will eventually need a process for API stabilization planning and discussion, but while we're first getting used to the 6 week cadence, we'll use this issue for tracking.
### Planned for 1.0 stable…
-
Why are methods like these commented out in the source:
```
pub fn gtk_builder_add_from_file(builder: *mut C_GtkBuilder, file_name: *const c_char, error: *mut *mut C_GError) -> c_uint;
```
This part…
-
Since you can query on an immutable `SqliteConnection`, won't this cause problems when the connection is shared amongst concurrent threads?
-
The cross-thread call paths are an albatross for code size, performance, and they use a sentinel thread with a statically unpredictable failure mode in case of a deadlock. Reducing to on-stack FFI cal…
-
An arbitrarily sized integer type would be provided in `std` under the name `Int`. I think encouraging use of an arbitrarily sized integer when bounds are unknown is a much better solution than adding…
-
SSO is a popular optimization technique and is currently implemented in all the major C++ standard libraries*.
If Rust decides to adopt it too then it will come into contradiction with the `String::as…
-
Sundown is the C markdown parser/renderer used by GitHub. We'll start by using an external markdown or pandoc, but eventually it might make sense to integrate a markdown library. Probably we would wan…
brson updated
11 years ago