Skip to content

kc-/ryu-cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

Work-in-progress implementation of Adams, Ulf: "Ryu: Fast Float-to-String Conversion.", in Common Lisp.

This code is a port of the 32- and 64-bit float printer, for 64-bit machines, of the C version of Ryu. The only major difference in terms of output is the formatting of numbers in the range 10^-3 ... 10^7, as specified in CLHS 22.1.3.1.3.

The main functions are float-to-string, single-float-to-string, and double-float-to-string.

A bare minimum of tests are provided in the ryu-cl/test package (ql:quickload :ryu-cl/test).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published