This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test = [dict() for i in xrange(2500000)] | |
| [test.pop() for i in xrange(len(test))] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import time | |
| test = [] | |
| for i in xrange(2500000): | |
| test.append(dict()) | |
| for i in xrange(len(test)): | |
| d = test.pop() | |
| del test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <stdio.h> | |
| #include <stdint.h> | |
| uint8_t* foo(){ | |
| static uint8_t out[2] = {1,2}; | |
| return out; | |
| } | |
| int main(int argv, char** argc){ | |
| uint8_t* bar = foo(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| """ | |
| Criptosistema ACYMOS2 por Agustin, Kriptopolis | |
| Notas: | |
| "~" representa la "enye" | |
| Los comentarios estan sin acentos y caracteres especiales | |
NewerOlder