Pular para o conteúdo principal

Postagem em destaque

BlackTDN :: LeetCode (17) :: Comparando Implementações do Desafio "Letter Combinations of a Phone Number" em Harbour e TOTVS TLPP

_Créditos das imagens: ChatGPT_ # LeetCode (17) :: Comparando Implementações do Desafio "Letter Combinations of a Phone Number" em Harbour e TOTVS TLPP O desafio [**"Letter Combinations of a Phone Number"**](https://leetcode.com/problems/letter-combinations-of-a-phone-number/description/) (Combinações de Letras de um Número de Telefone) é um problema clássico de programação que envolve a geração de todas as combinações possíveis de letras que um número de telefone pode representar, com base no mapeamento tradicional dos teclados de telefone. Abaixo, comparamos duas implementações desse desafio: uma em **Harbour** e outra em **TOTVS TLPP** (TOTVS Language Plus Plus). ## O Desafio Dada uma string contendo dígitos de 2 a 9, retorne todas as combinações possíveis de letras que esses dígitos podem representar. O mapeamento dos dígitos para as letras é o mesmo dos teclados de telefone tradicionais: - 2: "abc" - 3: "def" - 4: "ghi" - 5: ...

BlackTDN :: a small memory manager test code (Harbour vs AppServer : round IV fight)

Comparando os resultados do Quarto teste teremos:

Harbour

27/01/2012, 09:01:57, Harbour 3.1.0dev (Rev. 17207), Windows XP 5.1.2600 Service Pack 3

Len( cWSpace ) :      4096

testing single large memory blocks allocation and freeing...

CPU time:    0.8125000000 sec.
real time:      0.8430000000 sec.

Protheus/TotvsAppServer

27/01/2012, 10:22:40, TOTVS APPServer P10 7.00.101202A-20110330 R1, Windows

Len( cWSpace ) :      4096

testing single large memory blocks allocation and freeing...

CPU time:    2.1250000000 sec.
real time:      2.1250000000 sec.

 

testing many large memory blocks allocation and freeing... testing large memory block reallocation with intermediate allocations...
Harbour Protheus/TotvsAppServer

CPU time:   85.4687500000 sec.
real time:     99.2340000000 sec.

CPU time:   96.2030000000 sec.
real time:     96.2030000000 sec.

Harbour Protheus/TotvsAppServer

CPU time:    2.9843750000 sec.
real time:      3.4220000000 sec.

CPU time:   11.5940000000 sec.
real time:      11.5940000000 sec.

Teste 4

27/01/2012, 09:03:44, Harbour 3.1.0dev (Rev. 17207), Windows XP 5.1.2600 Service Pack 3

27/01/2012, 10:24:30, TOTVS APPServer P10 7.00.101202A-20110330 R1, Windows

CPU time (total):   93.2500000000 sec.
real time (total):    107.5150000000 sec.

CPU time (total):  110.0780000000 sec.
real time (total):     110.0780000000 sec.

[]s
иαldσ dj

Comentários

Postagens mais visitadas