Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • awit-perl-toolkit awit-perl-toolkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • awit-frameworks
  • awit-perl-toolkitawit-perl-toolkit
  • Issues
  • #1
Closed
Open
Created Mar 13, 2014 by Marco Dalla Stella@mdallastella

awitpt::netip Math::BigInt performance issue.

Hi,

we currently run policyd along with a Zimbra server and we experienced some performance problems. So we made some profiling with Devel::NYTProf and found that awitpt::netip::is_within was using a huge part of the system resources. The introduction of BigInt to manage (it's just my guess) IPv6 addresses is the cause. So I forked your repository and tried to fix this issue using Net::Subnet, which it uses only native Perl function to achieve the same result.

The commit with my changes is this.

What do you think?

Thanks.

Assignee
Assign to
Time tracking