Implement most of the oid_-functions as Methods #17

Merged
Merovius merged 1 commits from oid into master 2013-04-26 16:54:14 -05:00
Merovius commented 2013-04-26 14:18:10 -05:00 (Migrated from github.com)

I need some oid-comparison-functions and the like. I went out on a limb and just reimplemented most of the functionality of the oid-group. I used Methods even for the comparison-functions, because it keeps the namespace cleaner and I used native go to avoid a basically unnecessary C-function-call overhead (which I heard is quite big in cgo).

I need some oid-comparison-functions and the like. I went out on a limb and just reimplemented most of the functionality of the oid-group. I used Methods even for the comparison-functions, because it keeps the namespace cleaner and I used native go to avoid a basically unnecessary C-function-call overhead (which I heard is quite big in cgo).
vmg commented 2013-04-26 16:53:48 -05:00 (Migrated from github.com)

Seems reasonable. Thank you!

Seems reasonable. Thank you!
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#17
No description provided.