咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是81-90 订阅
排序:
Automatic Array Transformation to Columnar Storage at Run Time  19
Automatic Array Transformation to Columnar Storage at Run Ti...
收藏 引用
19th International Conference on Managed programming Languages and Runtimes (MPLR)
作者: Makor, Lukas Kloibhofer, Sebastian Leopoldseder, David Bonetta, Daniele Stadler, Lukas Mossenbock, Hanspeter Johannes Kepler Univ Linz Linz Austria Oracle Labs Linz Austria Oracle Labs Amsterdam Netherlands
Today's huge memories make it possible to store and process large data structures in memory instead of in a database. Hence, accesses to this data should be optimized, which is normally relegated either to the run... 详细信息
来源: 评论
Method Bundles  17
Method Bundles
收藏 引用
17th ACM SIGPLAN International Conference on Software Language Engineering (SLE)
作者: Racordon, Dimi Abrahams, Dave Ecole Polytech Fed Lausanne Lausanne Switzerland Adobe Atlanta GA USA
Performance-critical systems commonly optimize memory use and locality by selecting among multiple variants of a single logical operation. Algorithm developers then typically rely on ad-hoc API patterns or naming conv... 详细信息
来源: 评论
Optimizing Data Plane programs for the Network
Optimizing Data Plane Programs for the Network
收藏 引用
ACM SIGCOMM Workshop on Networking and programming Languages (NetPL)
作者: Krude, Johannes Eichholz, Matthias Winck, Maximilian Wehrle, Klaus Mezini, Mira Rhein Westfal TH Aachen Aachen Germany Tech Univ Darmstadt Darmstadt Germany
With the move of Software-defined networking from fixed to programmable data planes, network functions are written with P4 or eBPF for targets such as programmable switches, CPU based flow processors [5] and commodity... 详细信息
来源: 评论
From DFA-frameworks to DFA-generators: A unifying multiparadigm approach  5th
收藏 引用
Joint European Conference on Theory and Practice of Software (ETAPS 99)
作者: Knoop, J Univ Dortmund D-44221 Dortmund Germany
program analysis is still characterized by paradigm-specific approaches, which ate developed to accommodate to the diversities of the different programming paradigms as e.g. the imperative, object-oriented, of paralle... 详细信息
来源: 评论
Uniform equivalence of logic programs under the stable model semantics
收藏 引用
19th International Conference on Logic programming
作者: Eiter, T Fink, M Vienna Univ Technol Inst Informat Syst Abt Wissensbasierte Syst A-1040 Vienna Austria
In recent research on nonmonotonic logic programming, repeatedly strong equivalence of logic programs P and Q has been considered, which holds if the programs P boolean OR R and Q boolean OR R have the same stable mod... 详细信息
来源: 评论
Exploration of Spatial Pipeline Computation for Heuristic Access Coarse-Grained Reconfigurable Cells
收藏 引用
International Conference on Mechanical Engineering and Technology (ICMET 2011)
作者: Liu, Xinning Ge, Wei Du, Yue Southeast Univ Natl ASIC Syst Engn Res Ctr Nanjing 210096 Jiangsu Peoples R China
Spatial pipelined approach can be an effective technique for efficient improvement of coarse-grained reconfigurable cells. Take advantage of the characteristics, data-driven and "shadow variable", of Dynamic... 详细信息
来源: 评论
Helping programmers Improve the Energy Efficiency of Source Code  17
Helping Programmers Improve the Energy Efficiency of Source ...
收藏 引用
IEEE/ACM 39th International Conference on Software Engineering Companion (ICSE-C)
作者: Pereira, Rui Carcao, Tiago Couto, Marco Cunha, Jacome Fernandes, Joao Paulo Saraiva, Joao Univ Minho HASLab INESC TEC Braga Portugal Univ Nova Lisboa NOVA LINCS DI FCT Lisbon Portugal Univ Coimbra CISUC Release LISP Coimbra Portugal
This paper briefly proposes a technique to detect energy inefficient fragments in the source code of a software system. Test cases are executed to obtain energy consumption measurements, and a statistical method, base... 详细信息
来源: 评论
Autobahn 2.0: Minimizing Bangs while Maintaining Performance (System Demonstration)  11
Autobahn 2.0: Minimizing Bangs while Maintaining Performance...
收藏 引用
Haskell Conference
作者: Sun, Marilyn Fisher, Kathleen Tufts Univ Medford MA 02155 USA
Lazy evaluation has many advantages, but it can cause bad performance. Consequently, Haskell allows users to force eager evaluation at certain program points by inserting strictness annotations, known and written as b... 详细信息
来源: 评论
Compile-Time optimization of the Energy Consumption of Numerical Computations  21
Compile-Time Optimization of the Energy Consumption of Numer...
收藏 引用
21st ACM International Conference on Computing Frontiers (CF)
作者: Ben Khalifa, Dorra Martel, Matthieu Univ Toulouse Federat ENAC ISAE SUPAERO ONERA Toulouse France Univ Perpignan LAMPS Lab Perpignan France Numalis Montpellier France
Over the past decade, precision tuning has become one of the key techniques for achieving significant gains in performance and energy efficiency. This process consists of substituting smaller data types to the origina... 详细信息
来源: 评论
Exocompilation for Productive programming of Hardware Accelerators  2022
Exocompilation for Productive Programming of Hardware Accele...
收藏 引用
43rd ACM SIGPLAN International Conference on programming Language Design and Implementation (PLDI)
作者: Ikarashi, Yuka Bernstein, Gilbert Louis Reinking, Alex Genc, Hasan Ragan-Kelley, Jonathan MIT CSAIL Cambridge MA 02139 USA Univ Calif Berkeley Berkeley CA USA
High-performance kernel libraries are critical to exploiting accelerators and specialized instructions in many applications. Because compilers are difficult to extend to support diverse and rapidly-evolving hardware t... 详细信息
来源: 评论