Výsledky vyhledávání - concurrent java progress
-
1
Distributed reachability testing of concurrent programs
ISSN: 1532-0626, 1532-0634, 1532-0634Vydáno: Chichester, UK John Wiley & Sons, Ltd 25.12.2010Vydáno v Concurrency and computation (25.12.2010)“…Reachability testing is an approach to verifying concurrent programs. During reachability testing, every partially ordered synchronization sequence of a program with a given input is exercised exactly once…”
Získat plný text
Journal Article -
2
A Scalable Linearizable Multi-Index Table
ISSN: 2575-8411Vydáno: IEEE 01.07.2018Vydáno v 2018 IEEE 38th International Conference on Distributed Computing Systems (ICDCS) (01.07.2018)“…Concurrent data structures typically index data using a single primary key and provide fast atomic access to data associated with a given key value…”
Získat plný text
Konferenční příspěvek -
3
Concurrency Bug-Oriented Mutation Operators Design for Java
Vydáno: IEEE 01.12.2018Vydáno v 2018 IEEE International Conference on Progress in Informatics and Computing (PIC) (01.12.2018)“… Concurrency bug is one of the most notorious. With the purpose of improving concurrent system quality with mutation testing, this paper presents a set of concurrency mutation operators for the latest java version as mutation operator…”
Získat plný text
Konferenční příspěvek -
4
Concurrency Analysis of Go and Java
Vydáno: IEEE 14.10.2020Vydáno v 2020 5th International Conference on Computing, Communication and Security (ICCCS) (14.10.2020)“…There has been tremendous progress in the past few decades towards developing applications that receive data and send data concurrently…”
Získat plný text
Konferenční příspěvek -
5
A One Year Retrospective on a MOOC in Parallel, Concurrent, and Distributed Programming in Java
Vydáno: IEEE 01.11.2018Vydáno v 2018 IEEE/ACM Workshop on Education for High-Performance Computing (EduHPC) (01.11.2018)“…Much progress has been made on integrating parallel programming into the core Computer Science curriculum of top-tier universities in the United States…”
Získat plný text
Konferenční příspěvek -
6
Enrich a data structures course with parallelism
ISSN: 2377-634XVydáno: IEEE 21.10.2020Vydáno v Proceedings - Frontiers in Education Conference (21.10.2020)“…This Research to Practice Work in Progress paper develops an adaptive learning module aimed at enriching data structures and algorithms courses (CS2/DS…”
Získat plný text
Konferenční příspěvek -
7
Derivation of Java monitors
ISBN: 9780769525518, 0769525512ISSN: 1530-0803Vydáno: IEEE 2006Vydáno v Australian Software Engineering Conference (ASWEC'06) (2006)“…This paper describes the formalisation of Java thread synchronisation in an extended Owicki-Gries theory, which facilitates the proof of safety and progress properties of multi-threaded Java programs…”
Získat plný text
Konferenční příspěvek -
8
The specification and testing of quantified progress properties in distributed systems
ISBN: 0769510507, 9780769510507ISSN: 0270-5257“…: safety and progress. In earlier work, we developed a tool to monitor progress properties of CORBA components specified using the temporal operator transient…”Vydáno: IEEE 2001
Získat plný text
Konferenční příspěvek -
9
Learn ECMAScript: Discover the Latest ECMAScript Features in Order to Write Cleaner Code and Learn the Fundamentals of JavaScript
ISBN: 1788620062, 9781788620062Vydáno: Birmingham Packt Publishing, Limited 2018“…Learn ECMAScript explores implementation of the latest ECMAScript features to add to your developer toolbox, helping you to progress to an advanced level…”
Získat plný text
E-kniha -
10
Object-Oriented Parallelisation: Improved and Extended Parallel Iterator
ISBN: 9780769534343, 0769534341ISSN: 1521-9097Vydáno: IEEE 01.12.2008Vydáno v 2008 14th IEEE International Conference on Parallel and Distributed Systems (01.12.2008)“… This paper presents the progress of the parallel iterator concept. New features, such as support for reductions and global break semantics, allow the parallel iterator to undertake more situations…”
Získat plný text
Konferenční příspěvek -
11
Transactional Forwarding: Supporting Highly-Concurrent STM in Asynchronous Distributed Systems
ISBN: 1467347906, 9781467347907ISSN: 1550-6533Vydáno: IEEE 01.10.2012Vydáno v 2012 IEEE 24th International Symposium on Computer Architecture and High Performance Computing (01.10.2012)“…Distributed software transactional memory (or DTM) is an emerging promising model for distributed concurrency control, as it avoids the problems with locks…”
Získat plný text
Konferenční příspěvek -
12
Analysis of Garbage Collection Algorithms and Memory Management in Java
ISSN: 2623-8764Vydáno: Croatian Society MIPRO 01.05.2019Vydáno v 2019 42nd International Convention on Information and Communication Technology, Electronics and Microelectronics (MIPRO) (01.05.2019)“…Significant elements of the Java Virtual Machine (JVM), as a part of the Java Platform, Standard Edition (Java SE…”
Získat plný text
Konferenční příspěvek -
13
Learn ECMAScript - Second Edition
ISBN: 1788620062, 9781788620062Vydáno: Packt Publishing 26.02.2018“…Discover the power of modern JavaScript with 'Learn ECMAScript'. This book takes you through a detailed journey of the latest ECMAScript features, empowering you to write efficient, clean, and robust code…”
Získat plný text
E-kniha -
14
Understanding and Tuning the Performance of Synchronized Methods in Java with Program Analysis and Software Visualization Tools
ISBN: 0355345706, 9780355345704Vydáno: ProQuest Dissertations & Theses 01.01.2017“…Understanding the behavior and performance of concurrent multithreaded programs remains a difficult problem for software engineers…”
Získat plný text
Dissertation -
15
Towards Security Hardening of Scientific Demand-Driven and Pipelined Distributed Computing Systems
ISBN: 9780769534725, 0769534724ISSN: 2379-5352Vydáno: IEEE 01.07.2008Vydáno v 2008 International Symposium on Parallel and Distributed Computing (01.07.2008)“… We address some of the goals to a degree, some with the Java data security framework (JDSF) as a work-in- progress…”
Získat plný text
Konferenční příspěvek -
16
A survey of concurrent object-oriented languages
ISSN: 1040-3108, 1096-9128Vydáno: Chichester, UK John Wiley & Sons, Ltd 25.08.2000Vydáno v Concurrency (Chichester, England.) (25.08.2000)“… During the same period, progress in hardware and networking has changed the computing environment from sequential to parallel. Multi…”
Získat plný text
Journal Article -
17
Towards Taming Java Wildcards and Extending Java with Interval Types
ISSN: 2331-8422Vydáno: Ithaca Cornell University Library, arXiv.org 15.07.2018Vydáno v arXiv.org (15.07.2018)“… As demonstrated when adding closures (a.k.a., lambdas) and when extending type inference in Java, wildcard types and variance annotations make the development and progress…”
Získat plný text
Paper -
18
A flexible specification approach for verifying total correctness of fine-grained concurrent modules
ISSN: 2331-8422Vydáno: Ithaca Cornell University Library, arXiv.org 19.12.2024Vydáno v arXiv.org (19.12.2024)“…A well-established approach to proving progress properties such as deadlock-freedom and termination is to associate obligations with threads…”
Získat plný text
Paper -
19
Towards Trace Visualization and Exploration for Reactive Systems
ISBN: 9780769529875, 0769529879ISSN: 1943-6092Vydáno: IEEE 01.09.2007Vydáno v IEEE Symposium on Visual Languages and Human-Centric Computing (VL/HCC 2007) (01.09.2007)“… from recorded execution traces. In contrast, we take an inter-object scenario-based behavioral model given by the designer as input, and visualize the activation and progress of the scenarios therein as they "come to life" during execution…”
Získat plný text
Konferenční příspěvek -
20
Flexible and Efficient In-Vivo Enhancement for Grid Applications
ISBN: 1424439353, 9781424439355Vydáno: IEEE 01.05.2009Vydáno v 2009 9th IEEE International Symposium on Cluster Computing and the Grid (01.05.2009)“…In a grid application, some requirements may change while the execution is in progress…”
Získat plný text
Konferenční příspěvek

