Instance for Double/Float is absolutely batty
未关闭
- 主要语言
- Haskell
- 星标
- 120
- 派生
- 70
- PR 合并指标
- 30 天内没有已合并 PR
描述
Apparently, binary represents a Double as a tuple of (Integer, Int)? This means that doubles suffer a x3 or more size explosion, when really you could just record an IEEE floating point with the proper endian. This would also fix #64
Backwards compatibility might be a concern for fixing this, however.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先定位 Haskell Instance for Double/Float,并阅读 issue #64 的讨论。在评估提议的 IEEE 浮点表示之前,检查当前的编码表示以及现有的所有测试。完成的标准是已处理大小扩展问题、已覆盖 #64,并且已测试向后兼容性影响或明确解决该问题。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- haskell
- 领域
- data
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100