Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gqylpy/funccache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.1
Choose a base ref
...
head repository: gqylpy/funccache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.2
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 26, 2024

  1. 2.0.2

    1.Correct a consecutive judgment error in the code.
    2.Refactor the internal method `Time2Second` to make it more concise and efficient.
    3.Use `time.monotonic()` to replace `time.time()` for cache expiration checks.
    4.Adjust the formatting and annotations of other minor code sections.
    
    1.修正代码中的一个连续判断错误。
    2.重构内部方法 `Time2Second` 使之更简洁和高效。
    3.使用 `time.monotonic()` 替换 `time.time()` 进行缓存过期检查。
    4.调整其它少量代码格式和注解。
    2018-11-27 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    003b5ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from 2018-11-27/master

    2.0.2
    2018-11-27 authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f072cf2 View commit details
    Browse the repository at this point in the history
Loading