On Saturday, 15 December 2018 at 19:53:06 UTC, Atila Neves wrote:
Not the case in Rust, not the case in how I write D. TBH it's
not such a big deal because something has to be typed, I just
default to const now anyway instead of auto. @safe and pure
though...
I'd be interested in seeing some
On Thursday, 13 December 2018 at 10:14:45 UTC, Atila Neves wrote:
My impression is that it's a consensus that it _should_, but
it's not going to happen due to breaking existing code.
I think it would be a bad idea for `immutable` because more often
than not it would need to be turned off. I've
On Wednesday, 24 October 2018 at 10:57:27 UTC, 9il wrote:
Release v0.0.5 comes with
- mir.exception - @nogc MirException
- mir.format - @nogc formatting
Fantastic!
On Monday, 5 March 2018 Jonathan M Davis wrote at
http://jmdavisprog.com/articles/why-const-sucks.html:
What Java has instead is `final`, which IMHO is borderline
useless
In Java `final` is extremely useful for efficient threadsafe
code.
On Wednesday, 10 January 2018 at 21:32:55 UTC, Nathan S. wrote:
On my mac laptop running DMD 2.078.0, building and running the
mir-algorithm unittests takes 8 seconds normally but takes ~3
minutes 49 seconds with dub options "releaseMode", "optimize",
"inline", "noBoundsCheck".
When I remove
DMD64 2.078.0 on Linux and macOS is taking wildly longer to build
and run unittests for mir-algorithm. The extra time appears to be
related to release mode optimizations.
Build logs:
https://travis-ci.org/libmir/mir-algorithm/builds/324052159
DMD 2.077.1 for linux32: 3 min 20 sec
DMD 2.077.1 f
On Thursday, 21 December 2017 at 13:59:28 UTC, Jack Stouffer
wrote:
I just finished getting the type into an alpha version, and I
wanted to solicit people's opinions on the API and if I'm
heading in the right direction with this.
The dub page: https://code.dlang.org/packages/stdxdecimal
The d
About package
--
Mir-Random [1] is a random number generator library that covers
C++ STL [2]. It is compatible with mir.ndslice, std.algorithm,
and std.range. In the same time mir.random has its own API,
which is more secure and safe compared with std.random.
Release 0.3.0
---
About Mir Algorithm
Mir Algorithm[1] is Dlang core library for math, finance and a
home for Dlang multidimensional array package - ndslice.
New Modules since v0.6.21
- Reworked interpolation API, now found in mir.interpolate,
mir.interpolate.linear, mi
On Friday, 1 December 2017 at 12:17:38 UTC, Christian Köstlin
wrote:
also this link is broken for me i get a 404
Omit the "v" from "v2.077.1.html".
https://dlang.org/changelog/2.077.1.html
About package
--
Linux system call numbers for different architectures. That's all.
https://code.dlang.org/packages/mir-linux-kernel
Motivating Example
--
Linux 3.17 added the getrandom syscall. Using it instead of
/dev/[u]?random was a win. But we didn't think about al
On Tuesday, 24 October 2017 at 03:30:19 UTC, Nathan S. wrote:
- On macOS, OpenBSD, and NetBSD, use arc4random_buf [4] in
unpredictableSeed and genRandomNonBlocking.
Since I am not sure whether this is common knowledge, arc4random
isn't based on RC4 on these platforms. macOS uses AES, and
Open
About package
--
Mir-Random [1] is a random number generator library that covers
C++ STL [2]. It is compatible with mir.ndslice, std.algorithm,
and std.range. In the same time mir.random has its own API,
which is more secure and safe compared with std.random.
Release v0.2.8
--
13 matches
Mail list logo