digitalmars.D - My whereabouts
- Andrei Alexandrescu (9/9) Mar 09 2016 Folks, I've been a tad scarce in the past month or so. This is because
- Robert burner Schadek (8/9) Mar 09 2016 I thought you were working on the container, or has [1]
- Andrei Alexandrescu (2/10) Mar 09 2016 Cool, thanks! -- Andrei
- Jack Stouffer (3/13) Mar 09 2016 What ever happened to that Big O library you were writing?
- Andrei Alexandrescu (3/18) Mar 10 2016 It's done and with a nice accompanying article too, I just need to
- Jack Stouffer (4/6) Mar 10 2016 You could just push it to dub in the meantime so people can play
- =?UTF-8?B?Tm9yZGzDtnc=?= (5/8) Mar 11 2016 Does this mean the container-library? If so what does the "Big O"
- Jonathan M Davis (10/15) Mar 11 2016 https://en.wikipedia.org/wiki/Big_o_notation
- =?UTF-8?B?Tm9yZGzDtnc=?= (2/7) Mar 11 2016 That sounds like something really new and useful.
- Jonathan M Davis (6/13) Mar 11 2016 It did seem pretty cool, and it looked like the sort of thing
- crimaniak (4/9) Mar 13 2016 Thread related:
Folks, I've been a tad scarce in the past month or so. This is because I've been working on a paper submission, which turned out to be a major and extremely captivating effort. Can't share yet - double blind review system. That in addition to getting DConf on the runway etc. I'll be traveling a bit next and meet with Walter. The DConf committee (Walter, Ali, Dicebot, and myself) will review all submissions and put together the conference program. Next on my coding agenda is rcstring. Andrei
Mar 09 2016
On Wednesday, 9 March 2016 at 12:58:24 UTC, Andrei Alexandrescu wrote:Next on my coding agenda is rcstring.I thought you were working on the container, or has [1] established itself as pseudo standard. About rcstring, I have [2] which works for what I need for. I plan to extend it some more to make it more mutable (CoW). [1] https://github.com/economicmodeling/containers [2] https://github.com/burner/std.rcstring
Mar 09 2016
On 3/9/16 8:36 AM, Robert burner Schadek wrote:On Wednesday, 9 March 2016 at 12:58:24 UTC, Andrei Alexandrescu wrote:Cool, thanks! -- AndreiNext on my coding agenda is rcstring.I thought you were working on the container, or has [1] established itself as pseudo standard. About rcstring, I have [2] which works for what I need for. I plan to extend it some more to make it more mutable (CoW). [1] https://github.com/economicmodeling/containers [2] https://github.com/burner/std.rcstring
Mar 09 2016
On Wednesday, 9 March 2016 at 12:58:24 UTC, Andrei Alexandrescu wrote:Folks, I've been a tad scarce in the past month or so. This is because I've been working on a paper submission, which turned out to be a major and extremely captivating effort. Can't share yet - double blind review system. That in addition to getting DConf on the runway etc. I'll be traveling a bit next and meet with Walter. The DConf committee (Walter, Ali, Dicebot, and myself) will review all submissions and put together the conference program. Next on my coding agenda is rcstring. AndreiWhat ever happened to that Big O library you were writing?
Mar 09 2016
On 3/9/16 7:40 PM, Jack Stouffer wrote:On Wednesday, 9 March 2016 at 12:58:24 UTC, Andrei Alexandrescu wrote:It's done and with a nice accompanying article too, I just need to allocate the time to push it into Phobos. -- AndreiFolks, I've been a tad scarce in the past month or so. This is because I've been working on a paper submission, which turned out to be a major and extremely captivating effort. Can't share yet - double blind review system. That in addition to getting DConf on the runway etc. I'll be traveling a bit next and meet with Walter. The DConf committee (Walter, Ali, Dicebot, and myself) will review all submissions and put together the conference program. Next on my coding agenda is rcstring. AndreiWhat ever happened to that Big O library you were writing?
Mar 10 2016
On Thursday, 10 March 2016 at 15:25:54 UTC, Andrei Alexandrescu wrote:It's done and with a nice accompanying article too, I just need to allocate the time to push it into Phobos. -- AndreiYou could just push it to dub in the meantime so people can play with it.
Mar 10 2016
On Thursday, 10 March 2016 at 15:25:54 UTC, Andrei Alexandrescu wrote:Does this mean the container-library? If so what does the "Big O" stand for?What ever happened to that Big O library you were writing?It's done and with a nice accompanying article too, I just need to allocate the time to push it into Phobos. -- AndreiCan't wait to see it!
Mar 11 2016
On Friday, 11 March 2016 at 08:25:12 UTC, Nordlöw wrote:On Thursday, 10 March 2016 at 15:25:54 UTC, Andrei Alexandrescu wrote:https://en.wikipedia.org/wiki/Big_o_notation It has to do with rating the worst case algorithmic complexity of a function. e.g. the current std.container lists the Big-O complexity of its various primitives. The Big O stuff that he worked on was done as part of working on the new containers, but it's separate from them. It provides a way to mark functions with their complexity and do inference and the like with it. - Jonathan M DavisDoes this mean the container-library? If so what does the "Big O" stand for?What ever happened to that Big O library you were writing?
Mar 11 2016
On Friday, 11 March 2016 at 09:39:34 UTC, Jonathan M Davis wrote:The Big O stuff that he worked on was done as part of working on the new containers, but it's separate from them. It provides a way to mark functions with their complexity and do inference and the like with it. - Jonathan M DavisThat sounds like something really new and useful.
Mar 11 2016
On Friday, 11 March 2016 at 22:27:54 UTC, Nordlöw wrote:On Friday, 11 March 2016 at 09:39:34 UTC, Jonathan M Davis wrote:It did seem pretty cool, and it looked like the sort of thing that many languages would have a hard time emulating, so it should be another win for D in that respect on top of just being useful. - Jonathan M DavisThe Big O stuff that he worked on was done as part of working on the new containers, but it's separate from them. It provides a way to mark functions with their complexity and do inference and the like with it.That sounds like something really new and useful.
Mar 11 2016
On Friday, 11 March 2016 at 08:25:12 UTC, Nordlöw wrote:On Thursday, 10 March 2016 at 15:25:54 UTC, Andrei Alexandrescu wrote:Thread related: https://forum.dlang.org/thread/n3qq6e$2bis$1 digitalmars.com It was so good I put it to bookmarks.Does this mean the container-library? If so what does the "Big O" stand for?What ever happened to that Big O library you were writing?
Mar 13 2016