GithubHelp home page GithubHelp logo

Comments (6)

pitdicker avatar pitdicker commented on July 22, 2024 1

Breakdown with Intel VTune (lowered to 500_000 records because I was impatient):

afbeelding

We may want to cache the Windows timezone data instead of calling GetTimeZoneInformationForYear on every conversion.

from chrono.

djc avatar djc commented on July 22, 2024

Can I assume that you're on Windows?

from chrono.

i-sinister avatar i-sinister commented on July 22, 2024

That would be currect. Currently working on POC on windows. Haven't tried on linux yet.

from chrono.

i-sinister avatar i-sinister commented on July 22, 2024

Checked in WSL:

> cat /etc/os-release
Ubuntu 22.04.4 LTS
...
> rustc --version
rustc 1.75.0 (82e1608df 2023-12-21) (built from a source tarball)
> cargo --version
cargo 1.75.0
> cargo run --release
convert to utc: 3.764427601s
convert to local: 25.472681589s

Much better but still slower then c# version.

from chrono.

pitdicker avatar pitdicker commented on July 22, 2024

With EnumDynamicTimeZoneInformation we can get the timezone data.

Edit: With GetDynamicTimeZoneInformationEffectiveYears we can get the range of years to get timezone data for.

from chrono.

djc avatar djc commented on July 22, 2024

We may want to cache the Windows timezone data instead of calling GetTimeZoneInformationForYear on every conversion.

I guess we should generalize the cache mechanism we use on the Unix side?

from chrono.

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.