Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1631

Create Add Fibonacci Series Using lru_cache.py

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/YuvrajSHAD/patch-1 into master Sep 30, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: YuvrajSHAD

I used lru_cache a library from python used to make calculation faster in any program that uses high values and inputs. It is very beneficial and efficient for any programmer. I hope You like and everybody else. now its up to you make it available for users to know about it. thank you

What is this Python project?

This just a showcase For Telling Use Of library That Python Have

What's the difference between this Python project and similar ones?

Enumerate comparisons: This Project actually can Calculate infinite series of Fibonacci, i have set that limit to 10000 for now but you can Change It it Infinite. difference basically is that it is fast than normal program if you create without this library. this library is efficient.

--

Anyone who agrees with this pull request could submit an Approve review to it.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/YuvrajSHAD/patch-1