Journal of
Systemics, Cybernetics and Informatics
HOME   |   CURRENT ISSUE   |   PAST ISSUES   |   RELATED PUBLICATIONS   |   SEARCH     CONTACT US
 



ISSN: 1690-4524 (Online)


Peer Reviewed Journal via three different mandatory reviewing processes, since 2006, and, from September 2020, a fourth mandatory peer-editing has been added.

Indexed by
DOAJ (Directory of Open Access Journals)Benefits of supplying DOAJ with metadata:
  • DOAJ's statistics show more than 900 000 page views and 300 000 unique visitors a month to DOAJ from all over the world.
  • Many aggregators, databases, libraries, publishers and search portals collect our free metadata and include it in their products. Examples are Scopus, Serial Solutions and EBSCO.
  • DOAJ is OAI compliant and once an article is in DOAJ, it is automatically harvestable.
  • DOAJ is OpenURL compliant and once an article is in DOAJ, it is automatically linkable.
  • Over 95% of the DOAJ Publisher community said that DOAJ is important for increasing their journal's visibility.
  • DOAJ is often cited as a source of quality, open access journals in research and scholarly publishing circles.
JSCI Supplies DOAJ with Meta Data
, Academic Journals Database, and Google Scholar


Listed in
Cabell Directory of Publishing Opportunities and in Ulrich’s Periodical Directory


Re-Published in
Academia.edu
(A Community of about 40.000.000 Academics)


Honorary Editorial Advisory Board's Chair
William Lesso (1931-2015)

Editor-in-Chief
Nagib C. Callaos


Sponsored by
The International Institute of
Informatics and Systemics

www.iiis.org
 

Editorial Advisory Board

Quality Assurance

Editors

Journal's Reviewers
Call for Special Articles
 

Description and Aims

Submission of Articles

Areas and Subareas

Information to Contributors

Editorial Peer Review Methodology

Integrating Reviewing Processes


Philosophy and Cybernetics: Questions and Issues
Thomas Marlowe, Fr. Joseph R. Laracy
(pages: 1-23)

Reconceiving Cybernetics in Light of Thomistic Realism
John T. Laracy, Fr. Joseph R. Laracy
(pages: 24-39)

Nascent Cybernetics, Humanism, and Some Scientistic Challenges
Zachary M. Mabee
(pages: 40-52)

Kant, Cybernetics, and Cybersecurity: Integration and Secure Computation
Jon K. Burmeister, Ziyuan Meng
(pages: 53-78)

Interplay Between Cybernetics and Philosophy as an Essential Condition for Learning
Maria Jakubik
(pages: 79-97)

Towards a General Theory of Change: A Cybernetic and Philosophical Understanding
Gianfranco Minati
(pages: 98-109)

Artificial Intelligence and Human Intellect
Víctor Velarde-Mayol
(pages: 110-127)

The Philosophy of Cybernetics
Jeremy Horne
(pages: 128-159)

Cybernetics and Philosophy in a Translation of Oedipus the King and Its Performance
Ekaterini Nikolarea
(pages: 160-190)

Linguistic Philosophy of Cyberspace
Rusudan Makhachashvili, Ivan Semenist
(pages: 191-207)

Systems Philosophy and Cybernetics
Nagib Callaos
(pages: 208-284)


 

Abstracts

 


ABSTRACT


Impact of Optimization and Parallelism on Factorization Speed of SIQS

Dominik Breitenbacher, Ivan Homoliak, Jiri Jaros, Petr Hanacek


This paper examines optimization possibilities of Self-Initialization Quadratic Sieve (SIQS), which is enhanced version of Quadratic Sieve factorization method. SIQS is considered the second fastest factorization method at all and the fastest one for numbers shorter than 100 decimal digits, respectively. Although, SIQS is the fastest method up to 100 decimal digits, it cannot be effectively utilized to work in polynomial time. Therefore, it is desirable to look for options how to speed up the method as much as possible. Two feasible ways of achieving it are code optimization and parallelism. Both of them are utilized in this paper. The goal of this paper is to show how it is possible to take advantage of parallelism in SIQS as well as reach a large speed-up thanks to detailed source code analysis with optimization. Our implementation process consists of two phases. In the first phase, the complete serial algorithm is implemented in the simplest way which does not consider any requirements for execution speed. The solution from the first phase serves as the reference implementation for further experiments. An improvement of factorization speed is performed in the second phase of the SIQS implementation, where we use the method of iterative modifications in order to examine contribution of each proposed step. The final optimized version of the SIQS implementation has achieved over 200x speed-up.

Full Text