Review Queue
Difference (last change) (no other diffs, normal page display)
Added: 4a5,10
std.benchmark : Andrei Alexandrescu : Specification: : Code: ![]() : Docs: ![]() |
Deleted: 29,34d34
std.benchmark : Andrei Alexandrescu : Specification: : Code: ![]() : Docs: ![]() |
This is the review queue of pending packages to get into the D Standard Library (Phobos). The review process is explained here.
Currently being reviewed
std.benchmark
- Andrei Alexandrescu
- Specification:
- Code:
https://github.com/D-Programming-Language/phobos/pull/529
- Docs:
http://erdani.com/d/web/phobos-prerelease/std_benchmark.html
Ready for review
Ready for comments
std.serialize
- Jacob Carlborg's Orange library.
- Code
https://github.com/jacob-carlborg/orange
- Project page (two tutorials):
http://dsource.org/projects/orange
- Docs
http://dl.dropbox.com/u/18386187/orange_docs/orange.serialization.Serializer.html
- Paul D. Anderson
- D programming language implementation of the General Decimal Arithmetic Specification, Version 1.70, (25 March 2009).
- Specification:
http://www.speleotrove.com/decimal/decarith.pdf
- Code:
https://github.com/andersonpd/decimal
- Docs:
https://github.com/andersonpd/decimal/wiki
- Michael Rynn
- Specification:
http://dsource.org/projects/xmlp
- Code:
https://launchpad.net/d2-xml
- Docs:
http://dsource.org/projects/xmlp
On hold
std.log - Review manager was David Nadlinger, review ended without a vote on author's request on March 12th 2012.
- Jose Armando Garcia
- Review thread:
http://dfeed.kimsufi.thecybershadow.net/discussion/post/jhbbfd$1tmk$1@digitalmars.com
- Code:
https://github.com/D-Programming-Language/phobos/pull/432/files
- Docs:
http://jsancio.github.com/phobos/phobos/std_log.html
Work in progress
Streams
- Steven Schveighoffer
Wishlist
Containers
- No one is working on this. It's tough to get started because, despite lots of discussion at various times on this forum, no one seems to really know what they want. Since the containers in question are well-known, it's much more a design problem than an implementation problem.
- dsimcha has writen a segmented stack/region based allocator. He has also tried to define a generic allocator API, mostly following Andrei's suggestions. Andrei has suggested that allocators should have real-world testing on containers before being included in Phobos. Therefore, containers block allocators and if the same person doesn't write both, there will be a lot of communication overhead to make sure the designs are in sync.
- Opening standard compressed/archived file formats needs to just work. This includes at least zip, gzip, tar and bzip2. Of course, zip already is available and gzip is supported by the zlib module but with a crufty C API. At least gzip and bzip2, which are stream-based as opposed to file-based, should be handled via streams, which means that streams block compression/archiving. Also, since tar and zip are both file based, they should probably be handled by the same API, which might mean deprecating std.zip and rewriting it.
- This is more an implementation problem than a design problem. No one is working on it. Some work has been done here but it's unfinished. One of the ideas is to wrap OpenSSL? at first and then implement the most useful crypto primitives in D to avoid library dependency and to make them usable with CTFE.
- Maybe Thomas Sowinski is working on a replacement, but haven't seen any updates in a long time.
- Cristi Cobzarenco's GSoC? project (
https://github.com/cristicbz/scid) is a good starting point but it needs polish. He has indicated that he wants to get back to working on it but doesn't have time.
- Apparently Steve Teale is working on this. This is a large, complicated project because we're trying to define a common API for a variety of RDBMSs. Again, it's more a design problem than an implementation problem.
- Lars Kyllingstad wrote a replacement candidate for Posix and Steve Schveighoffer ported it to Windows. Issues with the DMC runtime had prevented it from working on Windows, but these have reportedly been fixed.
- dsimcha has implemented a decent amount of these in his std.parallel_algorithm Github project, but has become somewhat frustrated and unmotivated to finish this project because so many of the relevant algorithms seem memory bandwidth bound and aren't substantially faster when parallelized than when run serially.
Previously reviewed
|