Chainscore / Chainscore/tsrkit-types

Make it actually performant w `ctypes`

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Python
Stars
1
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Current implementation is focused on functionality - to have strict types with relevant features like serialization and json parsing - till we figure out what's actually important to have.

Though we have been minimal fn to have least overhead to be performant, this still is just a wrapper around python types - which is not the correct way to implement types. C already provides the types we need, and having a C extension should be much more performance and the correct way to implement this

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.