kennyb / awake-in-tenerife

website framework built in D
4 stars 0 forks source link

convert mongo-c-driver over to D #5

Open kennyb opened 14 years ago

kennyb commented 14 years ago

mostly just the bson to use slicing and native strings and remove all exceptions chungas... this can be done in phases..

kennyb commented 14 years ago

it has come to my attention that the D gc does not play nicely with cursors and a bunch of things in the driver, so I'm writing it native now

kennyb commented 14 years ago

most of the bson stuff converted. cursor converted...

connection stuff remaining (I should probably use a lib like evdev later with connection pooling and goodies, this this'll remain the same for a while, and the first version of the driver will use the c networking functions directly)