8000 Optimize the size more · Issue #50 · skx/lighthouse-of-doom · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Optimize the size more #50
Closed
Closed
@skx

Description

@skx

We overhauled the output of strings when we added support for wrapping output:

  • When we see an 0x0d
    • We print 0x0a and 0x0d
    • (Except on Spectrum where we just print 0x0d)
  • When we see an 0x0a
    • We ignore it.

That means we could save a lot of bytes by just deleting the 0x0a from our string collection.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0