Skip to content

Library uses larger data types than necessary #14

Description

@Luncher91

Currently the lib uses int and long only. The specification often uses a lot shorter integer types.

use short where int is specified (currently int)
use int where uint is specified (currently long)
use int where long is specified (currently long)
use long where ulong is specified (currently long)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions