https://github.com/mongoid/moped-turbo
Moped turbocharger. (C extensions for Moped)
https://github.com/mongoid/moped-turbo
Last synced: about 1 year ago
JSON representation
Moped turbocharger. (C extensions for Moped)
- Host: GitHub
- URL: https://github.com/mongoid/moped-turbo
- Owner: mongoid
- License: mit
- Created: 2012-07-28T07:16:29.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-18T10:13:48.000Z (over 13 years ago)
- Last Synced: 2025-04-15T03:55:33.412Z (about 1 year ago)
- Language: Ruby
- Homepage: http://mongoid.org/en/moped/index.html
- Size: 153 KB
- Stars: 13
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Moped Turbo[](http://travis-ci.org/mongoid/moped-turbo)
========
Moped Turbo is *experimental* C extensions for Moped, a Ruby driver for MongoDB
Roadmap
-------
We identify the parts of Moped that we can get significantly faster
in C, and add extensions for these areas. Moped's design should make
the C parts easy and small.
Currently the generation of `Moped::BSON::ObjectId` generation is handled
via the extension, which is roughly twice as fast as the raw Ruby version
for this task.
* Serialization/Deserialization of documents via `Document#serialize` and
`Document#deserialize`
Project Tracking
----------------
* [Mongoid Google Group](http://groups.google.com/group/mongoid)
* [Moped Website and Documentation](http://mongoid.org/en/moped/)
Compatibility
-------------
Moped Turbo is tested against MRI 1.9.3, 2.0.0
Documentation
-------------
Please see the new Mongoid website for up-to-date documentation in
the Moped section: [mongoid.org](http://mongoid.org/en/moped/)
License
-------
Copyright (c) 2012 Durran Jordan
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Credits
-------
Durran Jordan durran at gmail dot com