咨询与建议

限定检索结果

文献类型

  • 92 篇 期刊文献
  • 74 篇 会议
  • 3 篇 学位论文

馆藏范围

  • 169 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 150 篇 工学
    • 117 篇 计算机科学与技术...
    • 89 篇 软件工程
    • 33 篇 电气工程
    • 13 篇 信息与通信工程
    • 6 篇 控制科学与工程
    • 3 篇 机械工程
    • 3 篇 仪器科学与技术
    • 2 篇 材料科学与工程(可...
    • 2 篇 电子科学与技术(可...
    • 2 篇 土木工程
    • 1 篇 动力工程及工程热...
    • 1 篇 化学工程与技术
    • 1 篇 石油与天然气工程
    • 1 篇 网络空间安全
  • 14 篇 理学
    • 11 篇 数学
    • 2 篇 系统科学
    • 1 篇 化学
    • 1 篇 生物学
  • 4 篇 管理学
    • 3 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...
  • 2 篇 医学
    • 2 篇 基础医学(可授医学...
    • 1 篇 临床医学
    • 1 篇 公共卫生与预防医...
    • 1 篇 药学(可授医学、理...
  • 1 篇 文学
  • 1 篇 军事学
    • 1 篇 军事装备学

主题

  • 169 篇 program optimiza...
  • 17 篇 program transfor...
  • 12 篇 program analysis
  • 10 篇 performance
  • 10 篇 partial evaluati...
  • 9 篇 languages
  • 8 篇 compilers
  • 8 篇 code generation
  • 7 篇 theory
  • 6 篇 algorithms
  • 6 篇 code motion
  • 6 篇 data flow analys...
  • 4 篇 theorem proving
  • 4 篇 program synthesi...
  • 4 篇 computational co...
  • 4 篇 compiler
  • 4 篇 java
  • 4 篇 design
  • 4 篇 functional progr...
  • 4 篇 dynamic compilat...

机构

  • 4 篇 johannes kepler ...
  • 4 篇 suny stony brook...
  • 2 篇 malardalen univ ...
  • 2 篇 univ melbourne d...
  • 2 篇 leiden univ leid...
  • 2 篇 oracle labs linz...
  • 2 篇 department of co...
  • 2 篇 lawrence berkele...
  • 2 篇 cornell univ dep...
  • 2 篇 jiangnan univ sc...
  • 2 篇 purdue univ sch ...
  • 2 篇 mit csail cambri...
  • 2 篇 oracle labs
  • 2 篇 univ washington ...
  • 2 篇 natl univ def te...
  • 2 篇 univ dortmund d-...
  • 2 篇 univ illinois de...
  • 2 篇 univ paris est c...
  • 2 篇 university of ca...
  • 1 篇 samara state tec...

作者

  • 6 篇 knoop j
  • 3 篇 pingali k
  • 3 篇 liu yanhong a.
  • 3 篇 leopoldseder dav...
  • 3 篇 shen xipeng
  • 3 篇 steffen b
  • 3 篇 kloibhofer sebas...
  • 2 篇 jason cong
  • 2 篇 rubio-gonzalez c...
  • 2 篇 lu pingjing
  • 2 篇 wang dengfeng
  • 2 篇 glück r
  • 2 篇 pereira rui
  • 2 篇 hough david
  • 2 篇 bilardi g
  • 2 篇 bonetta daniele
  • 2 篇 saraiva joao
  • 2 篇 hu zhenjiang
  • 2 篇 kahan william
  • 2 篇 de gonzalo simon...

语言

  • 162 篇 英文
  • 6 篇 其他
  • 1 篇 中文
检索条件"主题词=Program Optimization"
169 条 记 录,以下是101-110 订阅
排序:
From Clarity to Efficiency for Distributed Algorithms  12
From Clarity to Efficiency for Distributed Algorithms
收藏 引用
ACM International Conference on Object Oriented programming Systems Languages and Applications
作者: Liu, Yanhong A. Stoller, Scott D. Lin, Bo Gorbovitski, Michael SUNY Stony Brook Dept Comp Sci Stony Brook NY 11794 USA
This paper describes a very high-level language for clear description of distributed algorithms and optimizations necessary for generating efficient implementations. The language supports high-level control flows wher... 详细信息
来源: 评论
From ASTs to Machine Code with LLVM  21
From ASTs to Machine Code with LLVM
收藏 引用
5th International Conference on the Art, Science, and Engineering of programming (programming)
作者: Racordon, Dimitri Univ Geneva Fac Sci Geneva Switzerland
A compiler is a program that translates source code written in a particular language into another language. Internally, the whole process is typically split into multiple stages that handle one particular aspect of th... 详细信息
来源: 评论
Removing Runtime Overhead for Optimized Object Queries  16
Removing Runtime Overhead for Optimized Object Queries
收藏 引用
ACM SIGPLAN Workshop on Partial Evaluation and program Manipulation (PEPM)
作者: Brandvein, Jon Liu, Yanhong A. SUNY Stony Brook Dept Comp Sci Stony Brook NY 11794 USA
Powerful optimizations of object queries can lead to reduced asymptotic running times. However, such queries are often used in dynamic languages, and the required generality of the optimizations in handling a dynamic ... 详细信息
来源: 评论
program Analysis and Compilation Techniques for Speeding up Transactional Database Workloads
Program Analysis and Compilation Techniques for Speeding up ...
收藏 引用
作者: Mohammad DASHTI RAHMAT ABADI ECOLE POLYTECHNIQUE FEDERALE DE LAUSANNE
学位级别:博士
There is a trend towards increased specialization of data management software for perfor- mance reasons. The improved performance not only leads to a more efficient usage of the underlying hardware and cuts the operat... 详细信息
来源: 评论
Automatically Transforming Arrays to Columnar Storage at Run Time  19
Automatically Transforming Arrays to Columnar Storage at Run...
收藏 引用
19th International Conference on Managed programming Languages and Runtimes (MPLR)
作者: Kloibhofer, Sebastian Makor, Lukas Leopoldseder, David Bonetta, Daniele Stadler, Lukas Mossenbock, Hanspeter Johannes Kepler Univ Linz Linz Austria Oracle Labs Linz Austria Oracle Labs Apeldoorn Netherlands
Picking the right data structure for the right job is one of the key challenges for every developer. However, especially in the realm of object-oriented programming, the memory layout of data structures is often still... 详细信息
来源: 评论
Towards Automatic Restrictification of CUDA Kernel Arguments  18
Towards Automatic Restrictification of CUDA Kernel Arguments
收藏 引用
33rd IEEE/ACM International Conference on Automated Software Engineering (ASE)
作者: Diarra, Rokiatou Univ Paris Saclay Univ Paris Sud SATIE Gif Sur Yvette France
Many procedural languages, such as C and C++, have pointers. Pointers are powerful and convenient, but pointer aliasing still hinders compiler optimizations, despite several years of research on pointer aliasing analy... 详细信息
来源: 评论
Data Locality optimization based on Comprehensive Knowledge of the Cache Miss Reason: A Case Study with DWT
Data Locality Optimization based on Comprehensive Knowledge ...
收藏 引用
10th IEEE International Conference on High Performance Computing and Communications
作者: Tao, Jie Shahbahrami, Asadollah Jilin Univ Dept Comp Sci & Technol Jilin Peoples R China Karlsruhe Inst Technol Steinbuch Ctr Comp Karlsruhe Germany Delft Univ Technol Comp Engn Lab NL-2628 AL Delft Netherlands
The overall performance of a computing system increasingly depends on the efficient use of the cache memories. Traditional approaches cache tuning deploy performance tools to help the user optimize the source program ... 详细信息
来源: 评论
SPOAHA: Spark program Optimizer Based on Artificial Hummingbird Algorithm  16th
SPOAHA: Spark Program Optimizer Based on Artificial Hummingb...
收藏 引用
16th International Conference on Knowledge Science, Engineering and Management (KSEM)
作者: Wang, Miao Zhen, Jiteng Ma, Yupeng Huang, Xu Zhang, Hong Hebei Univ Sch Cyber Secur & Comp Baoding 071002 Peoples R China
In this era of the Internet of Things (IoT), a large number of sensor devices collect and generate various sensing data over time. It is very essential to mine fresh information by analyzing large amounts of data, pre... 详细信息
来源: 评论
Real Time Implementation of Dynamic 3D Sound Sources in a Digital Signal Processor
Real Time Implementation of Dynamic 3D Sound Sources in a Di...
收藏 引用
11th IFAC/IEEE International Conference on programmable Devices and Embedded Systems (PDeS)
作者: Pelczynski, Pawel Bochenska, Magda Tech Univ Lodz Inst Elect PL-90924 Lodz Poland Tech Univ Lodz Int Fac Engn PL-90924 Lodz Poland
The presented project concerns the development and studies of a digital synthesis system for spatial audio on a DSP platform. The concept of Head-Related Transfer Functions was adapted in order to produce the 3-D audi... 详细信息
来源: 评论
An Implement of Actor Model - uJavaActor 's Improvement  6
An Implement of Actor Model - uJavaActor 's Improvement
收藏 引用
6th International Conference on Instrumentation and Measurement, Computer, Communication and Control (IMCCC)
作者: Rang, Jiaheng Mu, Xiaomin Ding, Yingqiang Zhengzhou Univ Sch Informat Engn Zhengzhou 450001 Henan Peoples R China
To solve the complex problems of Multi-Thread programing, a frame of the model of Java Actor used to implement uJavaActor is discussed. The startup speed, responding speed in long time running, and the average running... 详细信息
来源: 评论