Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
comp . programming
This is a Usenet group - learn more
Find or start a Google Group about programming.
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Active older topics
5 new of 5 - May 22
4 new of 4 - May 18
1 new of 1 - May 18
9 new of 9 - May 17
3 new of 3 - May 16
4 new of 4 - May 16
3 new of 3 - May 14
2 new of 2 - May 14
1 new of 1 - May 13
6 new of 6 - May 8
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 62956  Older »
Description: Programming issues that transcend languages and OSs.
 

What nice programming language to my problem? 
  Hello all, My vacations. I decided to learn some programming languages in three hobby projects. I've been programming in C (structured), C++ and Java (with more or less OO) for some time being. I had three hobby projects - with GUI - and wanted to implement each of them in different languages.... more »
By Silas  - May 23 - 1 new of 1 message    

the skinny on flyweight 
  I have always heard of the flyweight pattern being used in a word processor, but never anywhere else. Has anyone else heard/seen any real-world use cases outside of a word processor?
By bob  - May 23 - 1 new of 1 message    

Project Euler - add all natural numbers below 1000 
  AIM: To write a program to add all natural numbers below 1000 that are multiples of 3 or 5. WHAT I GOT: it works Question-1: Look at the for loop, instead of looping for 1000 times and checking the value inside, I am simply looping it 1000/3 = 333 times. Ist that impressive ? Question-2: Can it be improved ?... more »
By arnuld  - May 23 - 6 new of 6 messages    

RYB 
  Does anyone really know why everything is RGB instead of RYB? Like most people, I was brought up being told the primary colors were red, yellow, blue. Was that simply wrong?
By bob  - May 21 - 3 new of 3 messages    

ANN: Seed7 Release 2012-05-20 
  Hello, I have released a new version of Seed7: seed7_05_20120520.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in places when other... more »
By thomas.mer...@gmx.at  - May 20 - 1 new of 1 message    

About my parallelsort library .... 
  Hello, If you take a look at the graph of the benchmarks that i did on my parallelsort library , you will notice that i am getting a superlinear speed up , look at this: [link] So a question follows: How am i getting this superlinear speed up on this example using... more »
By aminer  - May 20 - 2 new of 2 messages    

Lockfree_mpmc version 1.12 ... 
  Hello, Look at: [link] In the pop() side of this lockfree quueue we have: -------------- function gFLQueue.pop(var tm:_R):boolean; var newhead, lastHead : integer; begin repeat lastHead:=head; if tail<>head then begin pointer(newHead):=interlockedC ompareExchange(pointer(head),p ointer(lastHead... more »
By aminer  - May 19 - 1 new of 1 message    

Parallelcompression library was updated to version 2.16 ... 
  Hello, Parallelcompression library was updated to version 2.16 , i have just changed the code inside my threadpool.pas engine inside the parallel compression zipfile to not use work-stealing , cause work-stealing will cause a deadlock in parallelcompression library, so please use the threadpool engine that i have provided you inside the parallelcompression... more »
By aminer  - May 19 - 3 new of 3 messages    

Parallel compression library version 2.15 ... 
  Hello, My ParallelCompression library version 2.15 is here, i have added the Parallel LZ algorithm and also i have added a testfile() method to test if your compressed file is ok . Description: Parallel compression library implements Parallel Gzip , Parallel Bzip , Parallel LZMA and Parallel LZ algorithms using my Thread Pool Engine.... more »
By aminer  - May 18 - 2 new of 2 messages    

Parallelhashlist was updated to version 1.31 ... 
  Hello, In my previous version of ParallelHashList even if i have used lock striping , synchronizing access to the counter that computes the number of entries in the hashtable was reintroducing the scalability problem of exclusive locking, this counter was called a hot field because every mutative operation needs to access it. In version 1.31,... more »
By aminer  - May 18 - 3 new of 3 messages    

1 - 10 of 62956   « Newer | Older »

XML