PerformanceTricksAzureSDK
Performance tricks I learned from contributing to the Azure .NET SDK
파일 탐색기
최종 버전 다운로드 (.zip)- devcontainer.json
- Dockerfile
- pre-push
- slides-export.yml
- launch.json
- tasks.json
- AfterComparison-AmqpReceiverBenchmarks-report-github.md
- AmqpReceiverBenchmarks.cs
- ArrayCopy.png
- ArrayForeachVsFor-asm.md
- ArrayForeachVsFor-report-github.md
- ArrayForVsForEach.png
- BeforeAfter-AmqpReceiverBenchmarks-report-github.md
- benchmarks.csproj
- BitConvertion.cs
- BodyCopying-report-github.md
- BodyCopying.cs
- BufferAndBlockCopyPooling.png
- CollectionComparison.png
- ConcurrentDictionaryGetOrAdd.png
- ConcurrentDictionaryUsage.cs
- EnumerableCount-report-github.md
- EnumerableCount.cs
- EventSourceAllocations-report-github.md
- EventSourceAllocations.cs
- EventSourceParamsAndBoxing.png
- ForeachVsFor.cs
- GuidConversion-report-github.md
- GuidConversion.cs
- LinqAfterComparison.png
- LinqAfterComparisonCropped.png
- LinqBeforeAfterComparison.png
- LinqBeforeAfterComparisonCropped.png
- ListForeachVsFor-asm.md
- ListForeachVsFor-report-github.md
- ListForeachVsFor.png
- NServiceBusPipelineExecution.png
- NServiceBusPipelineExecutionCropped.png
- PartitionKeyResolver.png
- PerformanceNet8.png
- Program.cs
- StackallocWithGuid.png
- paper.scss
- pdf.scss
- beige.scss
- black.scss
- blood.scss
- league.scss
- moon.scss
- night.scss
- serif.scss
- simple.scss
- sky.scss
- solarized.scss
- white.scss
- exposer.scss
- mixins.scss
- settings.scss
- theme.scss
- README.md
- font-awesome.css
- font-awesome.min.css
- layout.scss
- reveal.scss
- league-gothic.css
- league-gothic.eot
- league-gothic.ttf
- league-gothic.woff
- LICENSE
- LICENSE
- source-sans-pro-italic.eot
- source-sans-pro-italic.ttf
- source-sans-pro-italic.woff
- source-sans-pro-regular.eot
- source-sans-pro-regular.ttf
- source-sans-pro-regular.woff
- source-sans-pro-semibold.eot
- source-sans-pro-semibold.ttf
- source-sans-pro-semibold.woff
- source-sans-pro-semibolditalic.eot
- source-sans-pro-semibolditalic.ttf
- source-sans-pro-semibolditalic.woff
- source-sans-pro.css
- beige.css
- black.css
- blood.css
- league.css
- moon.css
- night.css
- serif.css
- simple.css
- sky.css
- solarized.css
- white.css
- custom.css
- reset.css
- reveal.css
- reveal.esm.js
- reveal.esm.js.map
- reveal.js
- reveal.js.map
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- FontAwesome.otf
- architecture-g104d6d62d_1280.jpg
- excess-g121ed821c_1280.jpg
- juggler-trick-magician-juggle-1216853.jpg
- ndc-porto-consulting.png
- office-4249395_1280.jpg
- owl-1576572_1280.jpg
- plotter-2138990_1280.jpg
- quiz-2137664_1280.jpg
- repolink.svg
- science-1182713_1280.jpg
- tarot-g4ac5fb817_1280.jpg
- time-g5afc932c4_1280.jpg
- playback.js
- autoanimate.js
- backgrounds.js
- controls.js
- focus.js
- fragments.js
- keyboard.js
- location.js
- notes.js
- overview.js
- plugins.js
- pointer.js
- print.js
- progress.js
- slidecontent.js
- slidenumber.js
- touch.js
- color.js
- constants.js
- device.js
- loader.js
- util.js
- config.js
- index.js
- reveal.js
- default.css
- highlight.esm.js
- highlight.js
- monokai.css
- plugin.js
- zenburn.css
- markdown.esm.js
- markdown.js
- plugin.js
- katex.js
- math.esm.js
- math.js
- mathjax2.js
- mathjax3.js
- plugin.js
- notes.esm.js
- notes.js
- plugin.js
- speaker-view.html
- plugin.js
- search.esm.js
- search.js
- plugin.js
- zoom.esm.js
- zoom.js
- presentation.pdf
- .gitignore
- .npmignore
- gulpfile.js
- HOOKS.md
- index.html
- LICENSE
- package-lock.json
- package.json
- README.md
- SPOTLIGHT.MD
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/danielmarbach/PerformanceTricksAzureSDK
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd PerformanceTricksAzureSDK
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천// copied from https://github.com/dotnet/runtime/blob/9129083c2fc6ef32479168f0555875b54aee4dfb/src/libraries/System.Private.CoreLib/src/System/Guid.cs#L49
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
