Code Monkey home page Code Monkey logo

Comments (3)

PallHaraldsson avatar PallHaraldsson commented on July 20, 2024

Actually the PR would need to be at:

$ julia -O1 --compile=min -q
julia> @time using GLFW
  0.438421 seconds (472.77 k allocations: 33.463 MiB)

$ julia -q
julia> @time using GLFW
  1.011249 seconds (579.78 k allocations: 39.166 MiB)

Do you know, would people use this package in a tight loop? I mean I foresee you want graphics in such a loop, just not sure if it applies to that package and/or this package (and/or the Plotting on based on your).

EDIT: It's actually here (and I think most aggressive options shouldn't hurt there), or in its 18 (there of 8 direct) dependencies:

$ julia -O1 --compile=min -q
julia> @time using GLFW_jll
  0.415744 seconds (443.84 k allocations: 31.485 MiB)

$ julia -q
julia> @time using GLFW_jll
  0.936060 seconds (557.28 k allocations: 37.599 MiB)

I already made a PR (JuliaPackaging/BinaryBuilder.jl#900), it just needs to get merged and those JLL dependencies regenerated. I would know it it works (better this time, I've done similar for other JLLs).

from cimgui.jl.

Gnimuc avatar Gnimuc commented on July 20, 2024

Just out of curiosity. Has this been improved with Julia 1.6-rc1?

from cimgui.jl.

Gnimuc avatar Gnimuc commented on July 20, 2024

I think this has already been fixed on Julia 1.6.

from cimgui.jl.

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.