Title: Slow function when parameter is Mandatory its Type is specified · Issue #5417 · PowerShell/PowerShell · GitHub
Open Graph Title: Slow function when parameter is Mandatory its Type is specified · Issue #5417 · PowerShell/PowerShell
X Title: Slow function when parameter is Mandatory its Type is specified · Issue #5417 · PowerShell/PowerShell
Description: Steps to reproduce [Byte[]]$Value = [System.IO.File]::ReadAllBytes('C:\Some10MBfile') # ~1000ms for 10MB array # ~0.5ms for 1byte array function MandType { Param ( [parameter(Mandatory=$True)] [Byte[]]$Value ) } # ~0.3ms for 10MB array f...
Open Graph Description: Steps to reproduce [Byte[]]$Value = [System.IO.File]::ReadAllBytes('C:\Some10MBfile') # ~1000ms for 10MB array # ~0.5ms for 1byte array function MandType { Param ( [parameter(Mandatory=$True)] [Byt...
X Description: Steps to reproduce [Byte[]]$Value = [System.IO.File]::ReadAllBytes('C:\Some10MBfile') # ~1000ms for 10MB array # ~0.5ms for 1byte array function MandType { Param ( [parameter(Mandatory=$Tru...
Opengraph URL: https://github.com/PowerShell/PowerShell/issues/5417
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Slow function when parameter is Mandatory its Type is specified","articleBody":"Steps to reproduce\r\n------------------\r\n\r\n```powershell\r\n[Byte[]]$Value = [System.IO.File]::ReadAllBytes('C:\\Some10MBfile')\r\n\r\n# ~1000ms for 10MB array\r\n# ~0.5ms for 1byte array\r\nfunction MandType {\r\n Param (\r\n [parameter(Mandatory=$True)]\r\n [Byte[]]$Value\r\n )\r\n}\r\n\r\n# ~0.3ms for 10MB array\r\nfunction TypeOnly {\r\n Param (\r\n [parameter()]\r\n [Byte[]]$Value\r\n )\r\n}\r\n\r\n# ~0.3 for 10MB array\r\nfunction MandOnly {\r\n Param (\r\n [parameter(Mandatory=$True)]\r\n $Value\r\n )\r\n}\r\n\r\n(Measure-Command { MandType $Value}).TotalMilliseconds\r\n(Measure-Command { MandType ([Byte[]]@(0))}).TotalMilliseconds\r\n(Measure-Command { TypeOnly $Value}).TotalMilliseconds\r\n(Measure-Command { MandOnly $Value}).TotalMilliseconds\r\n\r\n```\r\n\r\nExpected behavior\r\n-----------------\r\nAll versions of the above functions should behave identically and complete immediately, regardless of of parameter size as the functions perform no functions.\r\n```none\r\n1.1\r\n1.1\r\n1.1\r\n1.1\r\n```\r\n\r\nActual behavior\r\n---------------\r\nWhen setting a parameter to Mandatory, specifying its Type, and passing a large array in, the function will pause for some amount of time before starting.\r\n```none\r\n1000\r\n1.1\r\n1.1\r\n1.1\r\n```\r\n\r\nEnvironment data\r\n----------------\r\n\r\n```powershell\r\nPS C:\\\u003e $PSVersionTable\r\n\r\nName Value\r\n---- -----\r\nPSVersion 6.0.0-beta.9\r\nPSEdition Core\r\nGitCommitId v6.0.0-beta.9\r\nOS Microsoft Windows 10.0.16299\r\nPlatform Win32NT\r\nPSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}\r\nPSRemotingProtocolVersion 2.3\r\nSerializationVersion 1.1.0.1\r\nWSManStackVersion 3.0\r\n\r\n\r\nPS C:\\\u003e $PSVersionTable\r\n\r\nName Value\r\n---- -----\r\nPSVersion 5.1.16299.19\r\nPSEdition Desktop\r\nPSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}\r\nBuildVersion 10.0.16299.19\r\nCLRVersion 4.0.30319.42000\r\nWSManStackVersion 3.0\r\nPSRemotingProtocolVersion 2.3\r\nSerializationVersion 1.1.0.1\r\n```\r\n","author":{"url":"https://github.com/Atamido","@type":"Person","name":"Atamido"},"datePublished":"2017-11-10T23:46:51.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":14},"url":"https://github.com/5417/PowerShell/issues/5417"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:af08ab64-9b2e-cb31-0c08-5cbbd78956b8 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | D98E:14415E:68DC9A:98788D:6A577F5B |
| html-safe-nonce | 52e590f622f7e98ad9d89c57589453c3ae4522a155bcac11b814283d809f4d42 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEOThFOjE0NDE1RTo2OERDOUE6OTg3ODhEOjZBNTc3RjVCIiwidmlzaXRvcl9pZCI6IjU0MTg1MjUzMzU1ODgwMjgzIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 9e63ee86cd82dda7248fc887e0b396ae24d156fc03388f722c799c640d6fabfc |
| hovercard-subject-tag | issue:273091831 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PowerShell/PowerShell/5417/issue_layout |
| twitter:image | https://opengraph.githubassets.com/086546d5b5e3d50682a089f7b807524a41ab808a47a7d9ad7029f2aadf9f3173/PowerShell/PowerShell/issues/5417 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/086546d5b5e3d50682a089f7b807524a41ab808a47a7d9ad7029f2aadf9f3173/PowerShell/PowerShell/issues/5417 |
| og:image:alt | Steps to reproduce [Byte[]]$Value = [System.IO.File]::ReadAllBytes('C:\Some10MBfile') # ~1000ms for 10MB array # ~0.5ms for 1byte array function MandType { Param ( [parameter(Mandatory=$True)] [Byt... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | Atamido |
| hostname | github.com |
| expected-hostname | github.com |
| None | c6353e56e94423c9cd5abde7708a859afa36a0c1203c73749055bf6ee6704cd0 |
| turbo-cache-control | no-preview |
| go-import | github.com/PowerShell/PowerShell git https://github.com/PowerShell/PowerShell.git |
| octolytics-dimension-user_id | 11524380 |
| octolytics-dimension-user_login | PowerShell |
| octolytics-dimension-repository_id | 49609581 |
| octolytics-dimension-repository_nwo | PowerShell/PowerShell |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 49609581 |
| octolytics-dimension-repository_network_root_nwo | PowerShell/PowerShell |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9a9dfe2eff5c790a030f34cfcc89b4bf3ba08c7c |
| ui-target | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width