primes:逐步改进角度应用程序示例

时间:2024-07-05 11:50:43
【文件属性】:

文件名称:primes:逐步改进角度应用程序示例

文件大小:5.79MB

文件格式:ZIP

更新时间:2024-07-05 11:50:43

HTML

素数 AngularJs 应用程序用于逐步展示性能改进 阅读- 此应用程序示例的逐步分析和优化。 首先克隆这个 repo,签出标签 step-0 并遵循教程。 git clone git@github.com:bahmutov/primes.git cd primes git checkout step-0 open index.html 您可能需要在运行之前安装几个 3rd 方库 bower install angular-bindonce jquery angular-vs-repeat --force 标记了各种检查点(步骤 0、步骤 1 等)。 初始申请 删除了 try-catch 重用找到的素数 检查每个素数较少的数字 分析空闲摘要 删除了不必要的过滤器 使用一次绑定的单向绑定 在代码中生成 HTML 2 批量生成 小批量 附加每个表体 网络工作者 内存分析 使用


【文件预览】:
primes-master
----.gitignore(32B)
----images()
--------memory-dynamically-allocated.png(344KB)
--------in-code-table-generation.png(100KB)
--------primes-array.png(491KB)
--------infinite-scroll.png(356KB)
--------checking-less-than-square-root.png(148KB)
--------inspect-web-worker-heap.png(423KB)
--------deep-copy-profile.png(133KB)
--------profile-heap-allocations.png(195KB)
--------small-batches-profile.png(227KB)
--------primes.png(56KB)
--------each-row-linked.png(187KB)
--------find-expensive-digest.png(78KB)
--------profile-chart.png(245KB)
--------memory-preallocated.png(272KB)
--------web-worker-cpu-profile.png(235KB)
--------fast-first-batch.png(313KB)
--------small-batches-timeline.png(51KB)
--------web-worker-timeline.png(173KB)
--------profile-heavy.png(220KB)
--------profile-scope-method.png(405KB)
--------idle-digest-cycle.png(170KB)
--------removed-try-catch.png(234KB)
--------reuse-found-primes.png(144KB)
--------appending-separate-tables.png(161KB)
--------profile-web-worker-heap.png(218KB)
--------angular-vs-repeat-timeline.png(320KB)
--------angular-vs-repeat-cpu-profile.png(170KB)
--------after-dom-update-using-timeout.png(142KB)
----bower_components()
--------ngInfiniteScroll()
--------angular-bindonce()
--------angular-vs-repeat()
--------angular()
----primes.js(1KB)
----README.md(3KB)
----index.html(2KB)
----bower.json(672B)

网友评论