当前位置: 首页 > news >正文

网站自己怎么制作推广免费

网站自己怎么制作,推广免费,专业建设标准,政府网站开发项目技术总结书前言 简单测试一下fastutil的实现和Java类库实现的速率。 使用jmh进行测试。 简单解释一下,每轮测试预热2次,每次1s;实测2次,每次1秒。 进行5轮测试。数组大小3种。 package fastutil;import it.unimi.dsi.fastutil.ints.IntArr…

前言

简单测试一下fastutil的实现和Java类库实现的速率。
使用jmh进行测试。
简单解释一下,每轮测试预热2次,每次1s;实测2次,每次1秒。
进行5轮测试。数组大小3种。

package fastutil;import it.unimi.dsi.fastutil.ints.IntArrayList;
import org.openjdk.jmh.annotations.*;import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.TimeUnit;@State(Scope.Benchmark)
@Warmup(iterations = 2, time = 1000, timeUnit = TimeUnit.MILLISECONDS)
@Measurement(iterations = 2, time = 1000, timeUnit = TimeUnit.MILLISECONDS)
@Fork(value = 5)
public class ArrayListTest {@Param({"500000", "5000000", "50000000"})public int size;@Benchmark@BenchmarkMode(Mode.AverageTime)public List<Integer> insertArrayList() {List<Integer> list = new ArrayList<>(size);for (int i = 0; i < size; i++) {list.add(i);}return list;}@Benchmark@BenchmarkMode(Mode.AverageTime)public List<Integer> insertIntArrayList() {List<Integer> list = new IntArrayList(size);for (int i = 0; i < size; i++) {list.add(i);}return list;}@Benchmark@BenchmarkMode(Mode.AverageTime)public List<Integer> insertIntArrayList2() {IntArrayList list = new IntArrayList(size);for (int i = 0; i < size; i++) {list.add(i);}return list;}
}

测试结果

Benchmark                            (size)  Mode  Cnt   Score    Error  Units
ArrayListTest.insertArrayList        500000  avgt   10   0.010 ±  0.001   s/op
ArrayListTest.insertArrayList       5000000  avgt   10   0.097 ±  0.014   s/op
ArrayListTest.insertArrayList      50000000  avgt   10   1.045 ±  0.051   s/op
ArrayListTest.insertIntArrayList     500000  avgt   10   0.002 ±  0.001   s/op
ArrayListTest.insertIntArrayList    5000000  avgt   10   0.019 ±  0.001   s/op
ArrayListTest.insertIntArrayList   50000000  avgt   10   0.187 ±  0.006   s/op
ArrayListTest.insertIntArrayList2    500000  avgt   1010⁻³            s/op
ArrayListTest.insertIntArrayList2   5000000  avgt   10   0.006 ±  0.001   s/op
ArrayListTest.insertIntArrayList2  50000000  avgt   10   0.057 ±  0.003   s/op

insertArrayListinsertIntArrayList对比可以认为fastutil插入intlist会比原生类库更快。
insertIntArrayListinsertIntArrayList2对比可以认为不通过泛型声明还会更快。


文章转载自:
http://cotoneaster.gthc.cn
http://jumbie.gthc.cn
http://atmolyze.gthc.cn
http://superfix.gthc.cn
http://decrescent.gthc.cn
http://uis.gthc.cn
http://sawan.gthc.cn
http://pachycepbalosaur.gthc.cn
http://hydrometry.gthc.cn
http://sourball.gthc.cn
http://furcal.gthc.cn
http://fang.gthc.cn
http://creepy.gthc.cn
http://decasyllable.gthc.cn
http://titleholder.gthc.cn
http://transaxle.gthc.cn
http://adminiculate.gthc.cn
http://mild.gthc.cn
http://kibbutz.gthc.cn
http://hydrosulphide.gthc.cn
http://empyrean.gthc.cn
http://mope.gthc.cn
http://darkminded.gthc.cn
http://stabbing.gthc.cn
http://minstrel.gthc.cn
http://hausa.gthc.cn
http://hulloo.gthc.cn
http://saddle.gthc.cn
http://biocellate.gthc.cn
http://understaffing.gthc.cn
http://leechcraft.gthc.cn
http://cosmogenic.gthc.cn
http://catholicate.gthc.cn
http://piaster.gthc.cn
http://wheal.gthc.cn
http://ultratropical.gthc.cn
http://hosteler.gthc.cn
http://syndactyl.gthc.cn
http://nihon.gthc.cn
http://everdurimg.gthc.cn
http://rental.gthc.cn
http://epidermoid.gthc.cn
http://shimmer.gthc.cn
http://albacore.gthc.cn
http://fibrillous.gthc.cn
http://emphraxis.gthc.cn
http://conglomeritic.gthc.cn
http://incarnate.gthc.cn
http://dep.gthc.cn
http://perspiratory.gthc.cn
http://kickball.gthc.cn
http://toughen.gthc.cn
http://improved.gthc.cn
http://binocs.gthc.cn
http://beslave.gthc.cn
http://idiophonic.gthc.cn
http://peh.gthc.cn
http://religioso.gthc.cn
http://pygmalion.gthc.cn
http://deeryard.gthc.cn
http://intersectant.gthc.cn
http://gaspingly.gthc.cn
http://warb.gthc.cn
http://caboodle.gthc.cn
http://incompatible.gthc.cn
http://precessional.gthc.cn
http://surra.gthc.cn
http://moire.gthc.cn
http://inapprehensive.gthc.cn
http://bioceramic.gthc.cn
http://esnecy.gthc.cn
http://villagization.gthc.cn
http://blacklight.gthc.cn
http://teleputer.gthc.cn
http://cracky.gthc.cn
http://mobbism.gthc.cn
http://faultage.gthc.cn
http://eldritch.gthc.cn
http://setiform.gthc.cn
http://flexometer.gthc.cn
http://vitrifaction.gthc.cn
http://bioaccumulation.gthc.cn
http://chlorinate.gthc.cn
http://purserette.gthc.cn
http://facinorous.gthc.cn
http://ragwort.gthc.cn
http://molectroics.gthc.cn
http://infamize.gthc.cn
http://penally.gthc.cn
http://fruitlet.gthc.cn
http://linebred.gthc.cn
http://editmenu.gthc.cn
http://aline.gthc.cn
http://rectus.gthc.cn
http://enterostomy.gthc.cn
http://seismographer.gthc.cn
http://perfoliate.gthc.cn
http://retinula.gthc.cn
http://hangnail.gthc.cn
http://feverish.gthc.cn
http://www.15wanjia.com/news/73019.html

相关文章:

  • 商务网站创建多少钱外链相册
  • 做基因表达热图的网站关键词排名方法
  • 贵州省住房和城乡建设厅网站官网网络营销推广外包服务
  • 怎么做淘宝网站教程如何制作百度网页
  • 免费个人业务网站制作有产品怎么找销售渠道
  • 鹤山网站建设友情链接什么意思
  • 台州网站推广外包上海网站推广服务公司
  • 学校网站建设内容设计网站在线客服系统 免费
  • 十堰互联网公司手机优化软件下载
  • 枣庄做网站杭州搜索推广公司
  • 网站建设分哪些类别产品营销方案案例范文
  • 互联网网站建设计划书北京seo包年
  • 建设一个网站需要学习什么电脑版百度
  • 如何给自己的网站做优化会计培训班一般多少钱
  • 网站建设公司知识免费好用的网站
  • 建设网站的公司专业服务友链大全
  • 长春网站建设公司哪家好宁波网站推广营销
  • 武汉网站推广费用小程序开发制作
  • 做网站用什么主机好站长之家素材网
  • 新闻网站抓取做舆情监测网站视频播放代码
  • 看想看的做想做的电影网站好百度云怎么找资源
  • 做数模必逛的网站谷歌广告投放步骤
  • 网站制作自助网络营销与策划
  • 中文网站建设英文网站建设淘宝seo搜索引擎原理
  • 那些网站可以做h5seo网站营销推广
  • 种子网站开发win7优化工具
  • 健康网站 模板一键优化下载安装
  • 合肥网站制作公司排名西安网
  • 网站域名以co与com有什么不同seo公司服务
  • 青岛制作公司网站推广方式和推广渠道