I'm working on a DDD project where a lot of field mapping is going on. I'm looking for a fast and solid mapping library as opposed to writing all the mappings by hand and there seems to be a lot of options out there.
At the moment I'm leaning more towards Glue as it looks to offer quite a bit of functionality and is also built with unit testing in mind which is also important to the project I'm working on. On the down side its only been downloaded 200+ times which leads me to think that something like ValueInjecter might be a better choice as there's more support out there for it.
My question is, is Glue better or worse than any of the other mappers out there? Or are the differences between the mappers mentioned above negligible in terms of performance and usability?