Getting dtype in terms of int32 or int64
Open
- Dominant language
- Go
- Stars
- 135
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
### What are you trying to do?
I am trying to get the exact size of a datatype
### What did you do?
Tried using Datatype.GoType(), but this aliases everything to golang int
### What did you expect to happen?
Expected to get an exact datatype
### What actually happened?
Didn't get an exact datatype
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating Datatype.GoType() and the datatype definitions it handles. Check how HDF5 integer types are represented and whether existing tests cover int32 or int64 widths. Done means callers can distinguish the exact integer datatype rather than receiving Go int.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100