An open API service indexing awesome lists of open source software.

https://github.com/mwarning/pydict

The Python dictionary data structure written in D
https://github.com/mwarning/pydict

d pydict

Last synced: 5 months ago
JSON representation

The Python dictionary data structure written in D

Awesome Lists containing this project

README

          

PyDict

An implementation of the Python 2.6 dictionary (associative array) using the D programming language.

Python reference implementation:
* [Objects/dictobject.c](http://hg.python.org/cpython/file/95fff5a6a276/Objects/dictobject.c)
* [Objects/dictnotes.txt](http://hg.python.org/cpython/file/95fff5a6a276/Objects/dictnotes.txt)

License: Public Domain