Giter VIP home page Giter VIP logo

Comments (9)

GeertJohan avatar GeertJohan commented on June 24, 2024

Wow, that is pretty neat! I'm just wondering: isn't there a package that does the encoding into a string? It feels a bit weird to have that as part of the embedding flow instead of a separate package.

from go.rice.

nkovacs avatar nkovacs commented on June 24, 2024

I couldn't find one. Since strconv.Quote is good for 99% use cases, I guess no one needed to create one.

I've extracted it into a separate package and added some tests, including all the strconv.Quote tests from the standard library: https://github.com/nkovacs/streamquote

I'll update this PR tomorrow.

from go.rice.

GeertJohan avatar GeertJohan commented on June 24, 2024

That's awesome, thanks!

from go.rice.

nkovacs avatar nkovacs commented on June 24, 2024

I optimized streamquote (got rid of a bunch of small slice allocations), helps a bit with large files (v1 is the previous version from february, v2 is with the optimization)

one big file:

metric master v1 v2
rice wall time 0:06.72 0:02.90 0:02.11
rice max resident (kbytes) 1988876 10244 4720
build wall time 0:04.17 0:04.31 0:04.38
build max resident (kbytes) 1023208 1028712 1040584

many small files:

metric master v1 v2
rice wall time 0:00.40 0:00.20 0:00.22
rice max resident (kbytes) 104248 9232 9180
build wall time 0:01.63 0:01.63 0:01.63
build max resident (kbytes) 181652 181008 190088

from go.rice.

GeertJohan avatar GeertJohan commented on June 24, 2024

Neat! Do you think this is ready for a PR, or do you still want to change some things?

from go.rice.

nkovacs avatar nkovacs commented on June 24, 2024

I still need to fix filename escaping, if the filename contains {%%}, it might cause problems with fasttemplate.

from go.rice.

GeertJohan avatar GeertJohan commented on June 24, 2024

Filename escaping has been merged. Thanks!

Do you want to add more code related to this feature, or can we close this issue?

from go.rice.

nkovacs avatar nkovacs commented on June 24, 2024

I just need to fix the issue in my previous comment, I'll have a PR up soon.

from go.rice.

GeertJohan avatar GeertJohan commented on June 24, 2024

Just merged the PR. Thanks!

from go.rice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.