GenerationSEARCH AGGREGATION

首页/精选主题/

Generation

专线服务

基于UCloud全球物理网络,提供自主研发的内网加速产品-高速通道UDPN、全球动态加速产品-PathX、云服务远程加速产品-GlobalSSH&GlobalRDP,满足用户的各种场景需求。
Generation
这样搜索试试?

Generation精品文章

  • MaxCompute 中的Code Generation技术简介

    摘要: 前言 在《数据库系统中的Code Generation技术介绍》中,我们简单介绍了一下Code Generation技术及其在大规模OLAP系统,特别是大规模分布式OLAP系统中的重要性。MaxCompute采用了Code Generation技术来提高计算效率。在MaxComput...

    RiverLi 评论0 收藏0
  • JAVA SE 6 GC调优笔记

    Generations Young Generation 组成:eden + 2 survivor spaces Young generation的gc称作minor collection minor collection的时间和object数量成正比 typically, 每次minor collection都会有一些surviving objects转移到tenured generation...

    cartoon 评论0 收藏0
  • Java 多线程基础 - CyclicBarrier

    ...的主要方法了。 首先拿到可重入的锁 然后通过内部类Generation判断阻塞的线程是否被中断或该屏障已经失效。 如果线程没有被中断,那么就获取还没有到达的线程数量并减一。如果已经没有需要等待的线程了,就判断是否有...

    freecode 评论0 收藏0
  • Java7的新特性

    ...G1 stop-the-world full collections sun.gc.collector.1.time=907355 sun.gc.generation.0.agetable.bytes.00=0 sun.gc.generation.0.agetable.bytes.01=4294976 sun.gc.generation.0.agetable.bytes.02=2014880...

    April 评论0 收藏0
  • 线程间的同步与通信(7)——CyclicBarrier源码分析

    ...后,才能继续唤醒后继节点。 核心属性 private static class Generation { boolean broken = false; } /** The lock for guarding barrier entry */ private final ReentrantLock lock = new ReentrantLock(); /** Condition ...

    freewolf 评论0 收藏0
  • Java读取GC的耗时和次数

    ...: %s times %s ms, name, count, time)); } } 结果 一个young generation collector和一个old generation collector PS Scavenge: 0 times 0 ms PS MarkSweep: 0 times 0 ms Young generation collectors Co...

    Leo_chen 评论0 收藏0
  • TRINI: an adaptive load balancing strategy

    ...rehend the practicability of any load balancing strategy. 2. Background Generational heap 对象按时间不同被分配到不同的叫作 generation 的内存区中。新的对象创建在 youngest generation 中,因为 younger generation的存活率通常比 older gene...

    wudengzan 评论0 收藏0
  • TRINI: an adaptive load balancing strategy

    ...rehend the practicability of any load balancing strategy. 2. Background Generational heap 对象按时间不同被分配到不同的叫作 generation 的内存区中。新的对象创建在 youngest generation 中,因为 younger generation的存活率通常比 older gene...

    shenhualong 评论0 收藏0
  • 《深入理解Java虚拟机》(六)堆内存使用分析,垃圾收集器 GC 日志解读

    ...te[] byte3 = new byte[2 * _1M]; $ jmap -heap 5636 ... Heap Usage: PS Young Generation Eden Space: capacity = 8388608 (8.0MB) used = 7635080 (7.281379699707031MB) free = 753528 (0.7...

    CODING 评论0 收藏0
  • Java 线程同步组件 CountDownLatch 与 CyclicBarrier 原理分析

    ...: 从上图可以看出,CyclicBarrier 包含了一个静态内部类Generation、数个方法和一些成员变量。结构上比 CountDownLatch 略为复杂一些,但总体仍比较简单。好了,接下来进入源码分析部分吧。 3.2.2 构造方法及成员变量 CyclicBarrier 包...

    Anonymous1 评论0 收藏0
  • GAN 论文大汇总

    ...Context-RNN-GAN — Contextual RNN-GANs for Abstract Reasoning Diagram Generation C-RNN-GAN — C-RNN-GAN: Continuous recurrent neural networks with adversarial training CVAE-GAN — CVAE-GAN: Fine-G...

    lifesimple 评论0 收藏0
  • Java多线程进阶(十九)—— J.U.C之synchronizer框架:CyclicBarrier

    ...数 private int count; // 当前轮次的运行状态 private Generation generation = new Generation(); // ... } 需要注意的是generation这个字段: 我们知道,CyclicBarrier 是可以循环复用的,所以CyclicBarrier 的每一轮任务都需要对应一个generat...

    tulayang 评论0 收藏0
  • [JVM 相关] Java 新型垃圾回收器(Garbage First,G1)

    ...数服务器是单核CPU。适用收集场景:1. 新生代收集(Young Generation Collection)2. 老年代收集(Old Generation Collection) Parallel Conllector(并行收集器) 又叫吞吐量收集器(throughput collector)应用于多核系统。适用收集场景:1. 新生代收...

    Jason 评论0 收藏0
  • 【刘文彬】【源码解读】EOS测试插件:txn_test_gen_plugin.cpp

    ...,就暴露出来本插件的对外接口。 plugin_shutdown,调用stop_generation函数,重置标志位running为false,计时器关闭,打印关闭提示日志。 下面是对外暴露的三个接口之一的stop_generation函数的源码: void stop_generation() { if(!running) ...

    dinfer 评论0 收藏0
  • Android 内存泄露总结(附内存检测工具)

    ...回收。 Android的垃圾回收机制简介 Android 系统里面有一个 Generational Heap Memory 模型,系统会根据内存中不同的内存数据类型分别执行不同的 GC 操作。 该模型分为三个区: Young Generation eden Survivor Space S0 S1 Old Generation Permanent ...

    JiaXinYi 评论0 收藏0

推荐文章

相关产品

<