ruedigermoeller.github.io ruedigermoeller.github.io

ruedigermoeller.github.io

Ruedigermoeller.github.io

Ruedigermoeller.github.io :

http://ruedigermoeller.github.io/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR RUEDIGERMOELLER.GITHUB.IO

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 5 reviews
5 star
0
4 star
2
3 star
3
2 star
0
1 star
0

Hey there! Start your review of ruedigermoeller.github.io

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.8 seconds

CONTACTS AT RUEDIGERMOELLER.GITHUB.IO

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Ruedigermoeller.github.io | ruedigermoeller.github.io Reviews
<META>
DESCRIPTION
Ruedigermoeller.github.io :
<META>
KEYWORDS
1 view on github
2 ruedigermoeller github io
3 github is awesome
4 notable work java
5 fast serialization
6 kontraktor
7 fast cast
8 my blog
9 coupons
10 reviews
CONTENT
Page content here
KEYWORDS ON
PAGE
view on github,ruedigermoeller github io,github is awesome,notable work java,fast serialization,kontraktor,fast cast,my blog
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Ruedigermoeller.github.io | ruedigermoeller.github.io Reviews

https://ruedigermoeller.github.io

Ruedigermoeller.github.io :

INTERNAL PAGES

ruedigermoeller.github.io ruedigermoeller.github.io
1

Fast-serialization

http://ruedigermoeller.github.io/fast-serialization

FST: fast java serialization drop in-replacement. Reimplements Java Serialization with focus on speed, size and compatibility. This allows the use of FST with minimal code change. Are OffHeap Maps, Persistent Maps, Struct emulation. Faster serialization and smaller object size. Does not require special getters/setters/Constructors/Interfaces to serialize a class. Extends Outputstream, implements. Few code changes required. Supports versioning (2.x only). Optional full featured serialization to/from JSON.

2

Fast-cast

http://ruedigermoeller.github.io/fast-cast

Topic based brokerless reliable UDP messaging. High performance topic based reliable brokerless UDP messaging ("event-bus"). Up to 7 million. 70 byte messages per second. Buffers required to implement NAK protocol are kept offheap, so there is little impact on GC. Reliable, bounded Low Latency if configured according. See https:/ github.com/RuedigerMoeller/fast-cast. Fast-cast maintained by RuedigerMoeller.

3

kontraktor 3

http://ruedigermoeller.github.io/kontraktor

Micro-)Service oriented, distributed Actors designed for Java 8. Partition your application into message passing single threaded services. Scale out and distribute as needed at deployment time. Write once, wire everywhere. TCP, WebSockets, Http-LongPoll or in-process: Message transport and encoding is configurable. No need to change your application code. Kontraktor brings back simplicity and lightweightness to server side Java. Boilerplate-free, typed Actors. IPromise greet( String name ) {. Then( funct...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

3

LINKS TO THIS WEBSITE

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: July 2015

http://java-is-the-new-c.blogspot.com/2015_07_01_archive.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Friday, July 31, 2015. Polymer WebComponents Client served by Java Actors. Front end development productivity has been stalling for a long time. I'd even say regarding productivity, there was no substantial improvement since the days of Smalltalk (Bubble Event Model, MVC done right, component based). Its kind an umbrella of several standards, most importantly:. As the Html standard is strictly separated from the Http p...

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: Java Concurrency: Learning from Node.js, Scala, Dart and Go

http://java-is-the-new-c.blogspot.com/2014/06/java-concurrency-learning-from-nodejs.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Thursday, June 5, 2014. Java Concurrency: Learning from Node.js, Scala, Dart and Go. So what is the problem with synchronous processing? Think of a web server handling user requests. In this example, to process a client request, multiple requests to another remote service have to be done. If the webserver is expected to emit on average 1 service requests per client request, its thread pool has to be sized to 100 worker...

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: Backpressure in async communication systems

http://java-is-the-new-c.blogspot.com/2014/08/backpressure-in-async-comunication.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Saturday, August 30, 2014. Backpressure in async communication systems. I recently saw this excellent presentation video. Of Mr Kuhn . and later on found about the community standardization effort of reactive streams. The problem of flow control arises in asynchronous communication if the sender sends messages at a higher pace than (one of the) receivers can process them. Sender sends "numberOfMsg" messages to Receiver.

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: Impact of large primitive arrays (BLOBS) on Garbage Collection

http://java-is-the-new-c.blogspot.com/2013/07/impact-of-large-primitive-arrays-blobs.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Wednesday, July 31, 2013. Impact of large primitive arrays (BLOBS) on Garbage Collection. While OldGen GC duration ("FullGC") depends on number of objects and the locality of their references to each other, young generation duration depends on the size of OldSpace memory. Alexej Ragozin has made extensive tests which give a good impression of young GC duration vs HeapSize here. Public ReferenceDataArray(int size) {.

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: December 2014

http://java-is-the-new-c.blogspot.com/2014_12_01_archive.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Monday, December 22, 2014. A persistent KeyValue Server in 40 lines and a sad fact. This post originally was submitted to the Java Advent Calendar. And is licensed under the Creative Commons 3.0 Attribution. License. If you like it, please spread the word by sharing, tweeting, FB, G and so on! It also has been published on voxxed.com. Picking up Peters well written overview. On the uses of Unsafe, i'll have a. Performa...

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: Follow up: Executors and Cache Locality Experiment

http://java-is-the-new-c.blogspot.com/2014/10/follow-up-executors-and-cache-locality.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Friday, October 17, 2014. Follow up: Executors and Cache Locality Experiment. Thanks to Jean Philippe Bempel. Who challenged my results (for a reason), I discovered an issue in last post: Code-completion let me accidentally choose Executors.newSingleThread Scheduled. Focus of this experiment is locality/cache misses, keep in mind different queueing implementations of executors for sure add dirt/bias. As in previous pos...

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: A persistent KeyValue Server in 40 lines and a sad fact

http://java-is-the-new-c.blogspot.com/2014/12/a-persistent-keyvalue-server-in-40.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Monday, December 22, 2014. A persistent KeyValue Server in 40 lines and a sad fact. This post originally was submitted to the Java Advent Calendar. And is licensed under the Creative Commons 3.0 Attribution. License. If you like it, please spread the word by sharing, tweeting, FB, G and so on! It also has been published on voxxed.com. Picking up Peters well written overview. On the uses of Unsafe, i'll have a. Performa...

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: Comparision of different concurrency models: Actors, CSP, Disruptor and Threads

http://java-is-the-new-c.blogspot.com/2014/01/comparision-of-different-concurrency.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Tuesday, January 28, 2014. Comparision of different concurrency models: Actors, CSP, Disruptor and Threads. In order to make use of modern multi core/socket hardware, Java offers threads and locks for concurrent programming. It is well known this model suffers of a number of problems:. Bad scaling due to "over-synchronization" or contention on common resources. An Actor is like an object instance executed by a single t...

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: September 2014

http://java-is-the-new-c.blogspot.com/2014_09_01_archive.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Saturday, September 27, 2014. Breaking the habit: Solving the Dining Philosopher's problem with Actors. Concurrent programming using Actors is different to traditional mutex based approaches, therefore I'd like to show how the solution of a classical concurrency problem can be done using Actors. It requires some time to get used to it as future/actor based concurrency looks different and uses different patterns. Short ...

java-is-the-new-c.blogspot.com java-is-the-new-c.blogspot.com

Java is the new C: Big Data the 'reactive' way

http://java-is-the-new-c.blogspot.com/2013/12/big-data-reactive-way.html

Java is the new C. High performance Java, realtime distributed computing, other stuff. Saturday, December 21, 2013. Big Data the 'reactive' way. This has been posted (by me ofc) on the Java Advent Calendar originally. Check it out for more interesting articles:. Http:/ www.javaadvent.com/2013/12/big-data-reactive-way.html. It is likely this trend will continue, as the (commercial) value of information is time dependent. Value decreases with age of information. Current approaches to data management such a...

UPGRADE TO PREMIUM TO VIEW 11 MORE

TOTAL LINKS TO THIS WEBSITE

21

SOCIAL ENGAGEMENT



OTHER SITES

ruedigerlutz-fotografie.de ruedigerlutz-fotografie.de

Kreativ Fotografie in Crailsheim - Fotograf Crailsheim

Rüdiger Lutz Fotografie. Rüdiger Lutz I Fotograf Crailsheim. Das war sie, die entscheidende Frage in Crailsheim. Vor gut 35 Jahren zum Thema 'Was soll ich mir von meinem Konfirmationsgeld kaufen? Photoshop – das liebste Spielzeug eines Fotografen? Die Haut einer 50-jährigen, so glatt wie ein Babypopo. Keine Falten oder Konturen. Wer das in der People-Fotografie. Wenn Bilder Geschichten erzählen - Rüdiger Lutz I Fotograf Crailsheim: People I Hochzeiten I Business I Aktions-Angebote. Business- / Werbe-Foto...

ruedigermaresch.wordpress.com ruedigermaresch.wordpress.com

Rüdiger Maresch | Grüner Gemeinderat in Wien

Grüner Gemeinderat in Wien. Verfasst von: ruediger maresch. Wien macht ernst mit der Flottenförderung der E-Mobilität. Taxis sind eine Form des halböffentlichen Verkehrs und die neue Antriebsform hat sicher. Vorbildwirkung. Flotten zu fördern ist weit effektiver als die Förderung von privaten Einzelfahrzeugen. Elektrotaxis statt Spritfresser für Wien. Deshalb starten die Wiener Stadtwerke. Gemeinsam mit Taxiunternehmen nun ein großes Pilotprojekt. Bis 2017 sollen in Wien rund 250 E-Taxis. Internationale ...

ruedigermartini.de ruedigermartini.de

Industrievertretung ESE-Martini

Industrievertretung Electronic Solder Equipment Martini:. Lösungen für die Elektronikfertigung. Als Handelsvertretung im Norddeutschen Raum biete ich ihnen eine kompetente Beratung rund um die Elektronikfertigung. Vom Entwicklungsbüro bis zur High-Volume-Produktion - wir beraten Sie kompetent und zuverlässig. Ein Ansprechpartner für alle Bereiche. Electronic Solder Equipment Martini steht für:. Unsere Hauptthemen und wichtigsten Seiten dieser Website:. 2009 ESEM Rüdiger Martini. Lotpasten; Lote; etc.

ruedigermoeller.github.io ruedigermoeller.github.io

Ruedigermoeller.github.io

Welcome to the results of my nightlife :-). I enjoy building fast and efficient java solutions. I dislike bloaty, configuration heavy, intransparent frameworks. From my experience, the use of simple "low tec" design patterns, composing domain-focussed libraries result in both efficient and maintainable systems. Light weight and well performing distributed actor implementation which has some similarities to node.js, Dart's model of concurrency (eventloop'ish). Java is the new C. Published with GitHub Pages.

ruedigermoeller.net ruedigermoeller.net

Ahnenforschung / Genealogie Rüdiger Möller

Der Autor Rüdiger Möller:. Hier noch einige interessante Links:.

ruedigermueller.com ruedigermueller.com

Rüdiger Müller Photographer | ***

Proudly powered by WordPress.

ruedigermueller.de ruedigermueller.de

Rüdiger Müller

ruedigernehberg.com ruedigernehberg.com

Rüdiger Nehberg TV/Radio Auftritte: Klassik-Pop-et cetera, 06.12.2014, Deutschlandfunk, 10.05 Uhr

Skip to navigation (Press Enter). Skip to main content (Press Enter). Aktuelle TV / Radio Auftritte. Markus Lanz – ZDF. Dienstag den 23.Juni 2015 – 23.30 Uhr. Rüdiger ist Talk-Gast und erzählt auch von der gerade eingeweihten TARGET-Geburtshilfeklinik in Äthiopiens Danakilwüste. Karawane der Hoffnung -. Ein Leben für Menschenrechte. Empfang für Rüdiger Nehberg zum 80 Geburtstag im Hamburger Rathaus. Zu 80 Jahre Rüdiger Nehberg. Eine Auswahl der im Internet noch abrufbaren Berichte. 80 Jahre pralles Leben.

ruedigernehberg.de ruedigernehberg.de

Rüdiger Nehberg TV/Radio Auftritte: Klassik-Pop-et cetera, 06.12.2014, Deutschlandfunk, 10.05 Uhr

Skip to navigation (Press Enter). Skip to main content (Press Enter). Aktuelle TV / Radio Auftritte. Markus Lanz – ZDF. Dienstag den 23.Juni 2015 – 23.30 Uhr. Rüdiger ist Talk-Gast und erzählt auch von der gerade eingeweihten TARGET-Geburtshilfeklinik in Äthiopiens Danakilwüste. Karawane der Hoffnung -. Ein Leben für Menschenrechte. Empfang für Rüdiger Nehberg zum 80 Geburtstag im Hamburger Rathaus. Zu 80 Jahre Rüdiger Nehberg. Eine Auswahl der im Internet noch abrufbaren Berichte. 80 Jahre pralles Leben.