Sciweavers

2271 search results - page 2 / 455
» Scalable Software Libraries
Sort
View
TEI
2009
ACM
100views Hardware» more  TEI 2009»
14 years 3 days ago
Decoupling interaction hardware design using libraries of reusable electronics
This paper presents our research toward the design and development of a library of electronic hardware modules called Blades and Tiles. Interaction hardware design with blades and...
Rajesh Sankaran, Brygg Ullmer, Jagannathan Ramanuj...
CC
2008
Springer
130views System Software» more  CC 2008»
13 years 7 months ago
IDE Dataflow Analysis in the Presence of Large Object-Oriented Libraries
Abstract. A key scalability challenge for interprocedural dataflow analysis comes from large libraries. Our work addresses this challenge for the general category of interprocedura...
Atanas Rountev, Mariana Sharp, Guoqing Xu
KBSE
2009
IEEE
14 years 22 hour ago
Symbolic Deadlock Analysis in Concurrent Libraries and Their Clients
Methods in object-oriented concurrent libraries hide internal synchronization details. However, information hiding may result in clients causing thread safety violations by invoki...
Jyotirmoy V. Deshmukh, E. Allen Emerson, Sriram Sa...
DASFAA
2009
IEEE
195views Database» more  DASFAA 2009»
14 years 3 days ago
The XMLBench Project: Comparison of Fast, Multi-platform XML libraries
The XML technologies have brought a lot of new ideas and abilities in the field of information management systems. Nowadays, XML is used almost everywhere: from small configurati...
Suren Chilingaryan
ICSE
2009
IEEE-ACM
14 years 6 months ago
Refactoring sequential Java code for concurrency via concurrent libraries
Parallelizing existing sequential programs to run efficiently on multicores is hard. The Java 5 package java.util.concurrent (j.u.c.) supports writing concurrent programs: much of...
Danny Dig, John Marrero, Michael D. Ernst